Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ COPY . .
|
|
26 |
RUN npm run build
|
27 |
|
28 |
# Expose the port the app runs on
|
29 |
-
EXPOSE
|
30 |
|
31 |
# Start the application
|
32 |
CMD ["npm", "start"]
|
|
|
26 |
RUN npm run build
|
27 |
|
28 |
# Expose the port the app runs on
|
29 |
+
EXPOSE 3001
|
30 |
|
31 |
# Start the application
|
32 |
CMD ["npm", "start"]
|