Spaces:
Running
Running
Commit
·
2ccef40
1
Parent(s):
6b25eb0
Fix dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -29,6 +29,9 @@ RUN chmod -R 777 /var
|
|
| 29 |
RUN chmod -R 777 /app/node_modules/.cache || true
|
| 30 |
|
| 31 |
# Build app
|
|
|
|
|
|
|
|
|
|
| 32 |
RUN npm run bundle
|
| 33 |
RUN npm run skip-font-warn
|
| 34 |
|
|
|
|
| 29 |
RUN chmod -R 777 /app/node_modules/.cache || true
|
| 30 |
|
| 31 |
# Build app
|
| 32 |
+
USER 1000
|
| 33 |
+
WORKDIR /app
|
| 34 |
+
|
| 35 |
RUN npm run bundle
|
| 36 |
RUN npm run skip-font-warn
|
| 37 |
|