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