lukiod commited on
Commit
1ce127d
·
verified ·
1 Parent(s): 89e3833

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -26,8 +26,8 @@ COPY . .
26
 
27
  # Expose the port your app listens on
28
 
29
- ENV PORT=8080
30
- EXPOSE 8080
31
  ENV NAME=World
32
 
33
 
 
26
 
27
  # Expose the port your app listens on
28
 
29
+ ENV PORT=7860
30
+ EXPOSE 7860
31
  ENV NAME=World
32
 
33