Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -16,4 +16,5 @@ RUN npm run build
|
|
| 16 |
EXPOSE 3000
|
| 17 |
|
| 18 |
# Start the application
|
| 19 |
-
CMD ["npm", "start"]
|
|
|
|
|
|
| 16 |
EXPOSE 3000
|
| 17 |
|
| 18 |
# Start the application
|
| 19 |
+
CMD ["npm", "start"]
|
| 20 |
+
|