Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -6,4 +6,6 @@ RUN chmod -R 777 ./data
|
|
6 |
|
7 |
RUN chmod -R 777 /app
|
8 |
|
|
|
|
|
9 |
RUN echo work done.
|
|
|
6 |
|
7 |
RUN chmod -R 777 /app
|
8 |
|
9 |
+
EXPOSE 8080
|
10 |
+
|
11 |
RUN echo work done.
|