File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM php:7.4.10 -fpm-alpine3.11
1
+ FROM php:7.4.11 -fpm-alpine3.11
2
2
3
3
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
4
4
PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ touch /opt/app/storage/logs/worker.log
10
10
chown www-data:www-data -R /opt/app/storage
11
11
chown www-data:www-data -R /opt/app/bootstrap/cache
12
12
13
- # startup commands
14
- echo " Running startup commands..."
15
- php /usr/local/bin/startup-commands.php | bash
16
-
17
13
if [[ -n " $DB_HOST " || -n " $DB_PORT " ]]; then
18
14
wait-for-it.sh --host=$DB_HOST --port=$DB_PORT
19
15
fi
20
16
17
+ # startup commands
18
+ echo " Running startup commands..."
19
+ php /usr/local/bin/startup-commands.php | bash
20
+
21
21
exec " $@ "
You can’t perform that action at this time.
0 commit comments