Spaces:
Sleeping
Sleeping
Yann
commited on
Commit
·
3105fcc
1
Parent(s):
05f21ba
fixed again
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,4 +19,4 @@ RUN npm run build
|
|
19 |
EXPOSE 3000
|
20 |
|
21 |
# Run the command to start the application
|
22 |
-
CMD ["npm", "
|
|
|
19 |
EXPOSE 3000
|
20 |
|
21 |
# Run the command to start the application
|
22 |
+
CMD ["npm", "start"]
|