Skip to content

Commit fa471c1

Browse files
authored
Merge pull request pterodactyl#3230 from tari/docker-errexit
docker: set errexit in the entrypoint script
2 parents 9a5486c + 9e4286a commit fa471c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/ash
1+
#!/bin/ash -e
22
cd /app
33

44
mkdir -p /var/log/panel/logs/ /var/log/supervisord/ /var/log/nginx/ /var/log/php7/ \

0 commit comments

Comments
 (0)