enzostvs HF staff commited on
Commit
8299f6a
1 Parent(s): 07f23b6

switch port

Browse files
Files changed (1) hide show
  1. 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 3002
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"]