1 Commits

Author SHA1 Message Date
Gianni Carafa
ca26f6d88d add command 2023-11-02 17:47:08 +01:00
2 changed files with 4 additions and 2 deletions

View File

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

View File

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