Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -15,8 +15,6 @@ RUN apt-get update && \
|
|
15 |
rm -rf /var/lib/apt/lists/*
|
16 |
|
17 |
RUN chown extralit:extralit /app
|
18 |
-
WORKDIR /data
|
19 |
-
|
20 |
USER extralit
|
21 |
|
22 |
# Uncoment this line to remove the persistence storage warning
|
|
|
15 |
rm -rf /var/lib/apt/lists/*
|
16 |
|
17 |
RUN chown extralit:extralit /app
|
|
|
|
|
18 |
USER extralit
|
19 |
|
20 |
# Uncoment this line to remove the persistence storage warning
|