Skip to content

Commit 105495b

Browse files
authored
Merge pull request #7 from Apursuit/checkout
Update docker-entrypoint.sh
2 parents 8bf9c6d + 48e9cc3 commit 105495b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-nginx-php55/service/docker-entrypoint.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
rm -f /docker-entrypoint.sh
44

55
# Configure Nginx
6-
mkdir mkdir /run/nginx
6+
mkdir /run/nginx
77
touch /run/nginx/nginx.pid
88

99
# Get the user
@@ -36,4 +36,4 @@ php-fpm & nginx &
3636

3737
echo "Running..."
3838

39-
tail -F /var/log/nginx/access.log /var/log/nginx/error.log
39+
tail -F /var/log/nginx/access.log /var/log/nginx/error.log

0 commit comments

Comments
 (0)