We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a2c75 commit 3640af6Copy full SHA for 3640af6
docker/backend/Dockerfile
@@ -110,9 +110,7 @@ RUN \
110
mkdir logs && \
111
mkdir -p tmp/cache/models && \
112
mkdir -p tmp/cache/persistent && \
113
- mkdir -p tmp/cache/views && \
114
- chown -R www-data:www-data /var/www/gib-potato/logs && \
115
- chown -R www-data:www-data /var/www/gib-potato/tmp
+ mkdir -p tmp/cache/views
116
117
COPY ./docker/backend/run.sh /run.sh
118
RUN chmod +x /run.sh
docker/backend/run.sh
@@ -2,4 +2,7 @@
2
3
bin/cake migrations migrate
4
5
+chown -R www-data:www-data logs
6
+chown -R www-data:www-data tmp
7
+
8
exec /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf
0 commit comments