Spaces:
Sleeping
Sleeping
Commit
·
e37e475
1
Parent(s):
7da1fa6
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -45,8 +45,8 @@ EXPOSE 7860
|
|
45 |
|
46 |
# Define the command to start the app
|
47 |
|
48 |
-
|
49 |
|
50 |
-
|
51 |
|
52 |
CMD ["npm", "start"]
|
|
|
45 |
|
46 |
# Define the command to start the app
|
47 |
|
48 |
+
RUN npm i
|
49 |
|
50 |
+
RUN npm run build
|
51 |
|
52 |
CMD ["npm", "start"]
|