This commit is contained in:
parent
c419f92334
commit
5f3c8ed68c
2 changed files with 4 additions and 0 deletions
|
@ -15,4 +15,6 @@ COPY --from=builder /usr/local/cargo/bin/ewp /app/ewp
|
|||
COPY --from=builder /usr/src/ewp/LICENSE /app/LICENSE
|
||||
COPY --from=builder /usr/src/ewp/static /app/static
|
||||
|
||||
RUN touch /app/config/config.toml
|
||||
|
||||
CMD [ "./ewp" ]
|
||||
|
|
|
@ -15,6 +15,8 @@ services:
|
|||
ewp:
|
||||
image: git.mylloon.fr/anri/mylloon.fr:latest
|
||||
container_name: EWP
|
||||
volumes:
|
||||
- /here/your/path:/app/config
|
||||
ports:
|
||||
- 80:8080
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in a new issue