Spaces:
Sleeping
Sleeping
eienmojiki
commited on
Update Dockerfile
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
FROM corentinth/enclosed
|
2 |
|
3 |
-
RUN
|
4 |
-
|
5 |
-
RUN chown -R koga: /app/.data/
|
6 |
-
|
7 |
-
USER koga
|
8 |
|
9 |
EXPOSE 8787
|
10 |
|
|
|
1 |
FROM corentinth/enclosed
|
2 |
|
3 |
+
RUN chmod 777 /app/.data/
|
|
|
|
|
|
|
|
|
4 |
|
5 |
EXPOSE 8787
|
6 |
|