1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00
mangadex_at_home/Dockerfile
Yamato 27465df728 Add Dockerfile and CI Docker build stage
Update CI script

Added Docker DIND

Updated CI and Dockerfile

Another CI update
2020-07-02 16:12:34 +00:00

6 lines
201 B
Docker

FROM openjdk:15-alpine
WORKDIR /mangahome
COPY /build/libs/mangadex_at_home.jar .
VOLUME "/mangahome/cache"
EXPOSE 443 8080
CMD java -Dfile-level=off -Dstdout-level=trace -jar mangadex_at_home.jar