Spaces:
Paused
Paused
switch port
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ COPY . .
|
|
19 |
RUN npm run build
|
20 |
|
21 |
# Expose the application port (assuming your app runs on port 3000)
|
22 |
-
EXPOSE
|
23 |
|
24 |
# Start the application
|
25 |
CMD ["npm", "start"]
|
|
|
19 |
RUN npm run build
|
20 |
|
21 |
# Expose the application port (assuming your app runs on port 3000)
|
22 |
+
EXPOSE 3000
|
23 |
|
24 |
# Start the application
|
25 |
CMD ["npm", "start"]
|