Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ RUN chmod +x /start.sh
|
|
26 |
|
27 |
# Setup symlink to use /data instead of /app
|
28 |
RUN mkdir /data && chown user:user /data
|
29 |
-
RUN ln -s /data /app
|
30 |
|
31 |
# Switch back to the non-root user for running applications
|
32 |
USER user
|
|
|
26 |
|
27 |
# Setup symlink to use /data instead of /app
|
28 |
RUN mkdir /data && chown user:user /data
|
29 |
+
#RUN ln -s /data /app
|
30 |
|
31 |
# Switch back to the non-root user for running applications
|
32 |
USER user
|