Spaces:
Running
Running
from Eliott too
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,8 @@ COPY . .
|
|
| 9 |
|
| 10 |
RUN npm i
|
| 11 |
|
|
|
|
|
|
|
| 12 |
# RUN npm run build
|
| 13 |
|
| 14 |
CMD ["npm", "run", "preview", "--", "--port", "7860"]
|
|
|
|
| 9 |
|
| 10 |
RUN npm i
|
| 11 |
|
| 12 |
+
RUN chown -R 1000:1000 /code
|
| 13 |
+
|
| 14 |
# RUN npm run build
|
| 15 |
|
| 16 |
CMD ["npm", "run", "preview", "--", "--port", "7860"]
|