Skip to content

Commit 6d4e9c0

Browse files
pcncdarora
authored andcommitted
chore: cleanup
1 parent 0fde107 commit 6d4e9c0

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.github/workflows/dockerhub-release-aio.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- develop
7-
- pcnc/fix-aio-signal-handling
87
paths:
98
- ".github/workflows/dockerhub-release-aio.yml"
109
- "docker/all-in-one/*"

docker/all-in-one/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,4 @@ COPY docker/all-in-one/run-logrotate.sh /usr/local/bin/run-logrotate.sh
286286

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

289-
CMD [ "entrypoint.sh"]
289+
CMD [ "entrypoint.sh"]

docker/all-in-one/entrypoint.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,6 @@ function start_supervisor {
185185

186186
# Start supervisord
187187
/usr/bin/supervisord -c $SUPERVISOR_CONF
188-
189-
# SUPERVISORD_PID=$(supervisorctl pid)
190-
191-
# while [ -e "/proc/$SUPERVISORD_PID" ]; do
192-
# sleep 5
193-
# done
194188
}
195189

196190
# Increase max number of open connections

0 commit comments

Comments
 (0)