mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
* Add basic version of a Quran API * remove examples json swp * fix search translation * add examples json
4 lines
53 B
Docker
4 lines
53 B
Docker
FROM alpine
|
|
ADD quran /quran
|
|
ENTRYPOINT [ "/quran" ]
|