Spaces:
Build error
Build error
from Eliott
Browse files- Dockerfile +2 -4
Dockerfile
CHANGED
@@ -9,8 +9,6 @@ COPY . .
|
|
9 |
|
10 |
RUN npm i
|
11 |
|
12 |
-
RUN npm run build
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
CMD ["node", "build"]
|
|
|
9 |
|
10 |
RUN npm i
|
11 |
|
12 |
+
# RUN npm run build
|
13 |
|
14 |
+
CMD ["npm", "run", "preview", "--", "--port", "7860"]
|
|
|
|