Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -13,8 +13,8 @@ RUN npm install
|
|
| 13 |
# Build the project
|
| 14 |
RUN npm run build
|
| 15 |
|
| 16 |
-
# Expose port
|
| 17 |
-
EXPOSE
|
| 18 |
|
| 19 |
# Specify the command to run the application
|
| 20 |
CMD ["npm", "run", "start"]
|
|
|
|
| 13 |
# Build the project
|
| 14 |
RUN npm run build
|
| 15 |
|
| 16 |
+
# Expose port 5173 for accessing the application
|
| 17 |
+
EXPOSE 5173
|
| 18 |
|
| 19 |
# Specify the command to run the application
|
| 20 |
CMD ["npm", "run", "start"]
|