Spaces:
Running
Running
coyotte508
commited on
Commit
·
49caea1
1
Parent(s):
8e75cdc
test again
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -25,7 +25,9 @@ RUN chmod +x /app/build.sh
|
|
| 25 |
COPY app.js /app/app.js
|
| 26 |
COPY index.html /app/index.html
|
| 27 |
|
| 28 |
-
RUN
|
|
|
|
|
|
|
| 29 |
|
| 30 |
# Command to run the build script, when launched from a job
|
| 31 |
# CMD ["/app/build.sh"]
|
|
|
|
| 25 |
COPY app.js /app/app.js
|
| 26 |
COPY index.html /app/index.html
|
| 27 |
|
| 28 |
+
RUN mkdir /app/space
|
| 29 |
+
|
| 30 |
+
RUN chown -R 1000:1000 /app/space
|
| 31 |
|
| 32 |
# Command to run the build script, when launched from a job
|
| 33 |
# CMD ["/app/build.sh"]
|