Severian commited on
Commit
0b5f190
·
1 Parent(s): 64bd17e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN npm i
14
  RUN npm run build
15
 
16
  # Expose port 3000 for the application
17
- EXPOSE 3000
18
 
19
  # Define the command to run the application
20
  CMD [ "npm", "run", "start" ]
 
14
  RUN npm run build
15
 
16
  # Expose port 3000 for the application
17
+ #EXPOSE 3000
18
 
19
  # Define the command to run the application
20
  CMD [ "npm", "run", "start" ]