add command

This commit is contained in:
Gianni Carafa
2023-11-02 17:47:08 +01:00
parent fc327af844
commit ca26f6d88d
2 changed files with 4 additions and 2 deletions

View File

@@ -21,3 +21,5 @@ RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/*
#EXPOSE 8080
#ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD ["sh", "-c", "/app/ladder"]

View File

@@ -6,7 +6,7 @@ services:
build: .
#restart: always
#command: tail -f /dev/null
command: sh -c ./ladder
#command: sh -c ./ladder
environment:
- PORT=8080
- PREFORK=true