Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,4 +16,4 @@ ENV NODE_ENV production
|
|
| 16 |
# Expose the port on which the app will be running (3000 is the default that `serve` uses)
|
| 17 |
EXPOSE 7860
|
| 18 |
# Start the app
|
| 19 |
-
CMD [ "npx", "serve", "build" ]
|
|
|
|
| 16 |
# Expose the port on which the app will be running (3000 is the default that `serve` uses)
|
| 17 |
EXPOSE 7860
|
| 18 |
# Start the app
|
| 19 |
+
CMD [ "npx", "serve", "-l", "7860", "build" ]
|