Spaces:
Build error
Build error
another try
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -11,6 +11,8 @@ RUN npm i
|
|
11 |
|
12 |
RUN npm run build
|
13 |
|
|
|
|
|
14 |
ARG PORT=7860
|
15 |
|
16 |
CMD ["node", "build"]
|
|
|
11 |
|
12 |
RUN npm run build
|
13 |
|
14 |
+
COPY . .
|
15 |
+
|
16 |
ARG PORT=7860
|
17 |
|
18 |
CMD ["node", "build"]
|