Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc committed Dec 21, 2023
1 parent 060ac36 commit c7d7538
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dockerhub-release-aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- develop
- pcnc/fix-aio-signal-handling
paths:
- ".github/workflows/dockerhub-release-aio.yml"
- "docker/all-in-one/*"
Expand Down
2 changes: 1 addition & 1 deletion docker/all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,4 @@ COPY docker/all-in-one/run-logrotate.sh /usr/local/bin/run-logrotate.sh

ENTRYPOINT [ "/usr/bin/dumb-init" ]

CMD [ "entrypoint.sh"]
CMD [ "entrypoint.sh"]
6 changes: 0 additions & 6 deletions docker/all-in-one/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,6 @@ function start_supervisor {

# Start supervisord
/usr/bin/supervisord -c $SUPERVISOR_CONF

# SUPERVISORD_PID=$(supervisorctl pid)

# while [ -e "/proc/$SUPERVISORD_PID" ]; do
# sleep 5
# done
}

# Increase max number of open connections
Expand Down

0 comments on commit c7d7538

Please sign in to comment.