enzostvs HF Staff commited on
Commit
369dd3a
·
1 Parent(s): 0e89456
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ VOLUME /data
18
  COPY . .
19
 
20
  # Expose the application port (assuming your app runs on port 3000)
21
- EXPOSE 3000
22
 
23
  # Start the application
24
  CMD ["npm", "start"]
 
18
  COPY . .
19
 
20
  # Expose the application port (assuming your app runs on port 3000)
21
+ EXPOSE 3001
22
 
23
  # Start the application
24
  CMD ["npm", "start"]