ahmadshalloufuhh commited on
Commit
c3ff46d
1 Parent(s): b663c35

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN npm install
16
  COPY . .
17
 
18
  # Expose port
19
- EXPOSE 4200
20
 
21
  # Set entrypoint for different environments
22
- ENTRYPOINT bash -c "ng serve --host 0.0.0.0 --port 4200 --configuration=production --disable-host-check;"
 
16
  COPY . .
17
 
18
  # Expose port
19
+ EXPOSE 7860
20
 
21
  # Set entrypoint for different environments
22
+ ENTRYPOINT bash -c "ng serve --host 0.0.0.0 --port 7860 --configuration=production --disable-host-check;"