Spaces:
Sleeping
Sleeping
app
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,6 @@ COPY supervisord.conf .
|
|
| 18 |
# Set permissions on the log file
|
| 19 |
USER root
|
| 20 |
RUN touch $HOME/app/mylog.log $HOME/app/supervisord.log && chmod a+rwx $HOME/app/mylog.log $HOME/app/supervisord.log
|
| 21 |
-
USER user
|
| 22 |
|
| 23 |
RUN mkdir -p /tmp/cache/
|
| 24 |
RUN mkdir -p /.cache
|
|
|
|
| 18 |
# Set permissions on the log file
|
| 19 |
USER root
|
| 20 |
RUN touch $HOME/app/mylog.log $HOME/app/supervisord.log && chmod a+rwx $HOME/app/mylog.log $HOME/app/supervisord.log
|
|
|
|
| 21 |
|
| 22 |
RUN mkdir -p /tmp/cache/
|
| 23 |
RUN mkdir -p /.cache
|