try to fix whiteboard

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-01-28 12:36:47 +01:00
parent 39595d632c
commit 92f0f2bc44
3 changed files with 4 additions and 2 deletions

View file

@ -13,6 +13,8 @@ COPY --chmod=775 healthcheck.sh /healthcheck.sh
HEALTHCHECK CMD /healthcheck.sh HEALTHCHECK CMD /healthcheck.sh
WORKDIR /tmp
ENTRYPOINT ["/start.sh"] ENTRYPOINT ["/start.sh"]
LABEL com.centurylinklabs.watchtower.enable="false" LABEL com.centurylinklabs.watchtower.enable="false"

View file

@ -14,4 +14,4 @@ fi
export REDIS_URL="redis://$REDIS_USER:$REDIS_HOST_PASSWORD@$REDIS_HOST/$REDIS_DB_INDEX" export REDIS_URL="redis://$REDIS_USER:$REDIS_HOST_PASSWORD@$REDIS_HOST/$REDIS_DB_INDEX"
# Run it # Run it
exec npm run server:start exec npm --prefix /app run server:start

View file

@ -858,7 +858,7 @@
"3002" "3002"
], ],
"tmpfs": [ "tmpfs": [
"/app" "/tmp"
], ],
"internal_port": "3002", "internal_port": "3002",
"environment": [ "environment": [