Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
|
@@ -38,7 +38,11 @@ ENV NODE_OPTIONS="--max-old-space-size=12288"
|
|
| 38 |
RUN mkdir -p /app/translations/messages \
|
| 39 |
&& chmod -R 777 /app/translations/messages \
|
| 40 |
&& chmod -R 777 /app
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
RUN NODE_OPTIONS=--openssl-legacy-provider npm run build
|
| 43 |
|
| 44 |
CMD BUILD_MODE=dist npm start
|
|
|
|
| 38 |
RUN mkdir -p /app/translations/messages \
|
| 39 |
&& chmod -R 777 /app/translations/messages \
|
| 40 |
&& chmod -R 777 /app
|
| 41 |
+
|
| 42 |
+
RUN mkdir -p /translations/messages \
|
| 43 |
+
&& chmod -R 777 /translations/messages
|
| 44 |
+
RUN mkdir -p translations/messages \
|
| 45 |
+
&& chmod -R 777 translations/messages
|
| 46 |
RUN NODE_OPTIONS=--openssl-legacy-provider npm run build
|
| 47 |
|
| 48 |
CMD BUILD_MODE=dist npm start
|