Skip to content

Commit

Permalink
Repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Workflow committed Jan 28, 2025
1 parent fd91f8c commit 3afb78a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Containers/whiteboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ COPY --chmod=775 healthcheck.sh /healthcheck.sh

HEALTHCHECK CMD /healthcheck.sh

WORKDIR /tmp

ENTRYPOINT ["/start.sh"]

LABEL com.centurylinklabs.watchtower.enable="false"
2 changes: 1 addition & 1 deletion Containers/whiteboard/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ fi
export REDIS_URL="redis://$REDIS_USER:$REDIS_HOST_PASSWORD@$REDIS_HOST/$REDIS_DB_INDEX"

# Run it
exec npm run server:start
exec npm --prefix /app run server:start
2 changes: 1 addition & 1 deletion php/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@
"3002"
],
"tmpfs": [
"/app"
"/tmp"
],
"internal_port": "3002",
"environment": [
Expand Down

0 comments on commit 3afb78a

Please sign in to comment.