rishab1090 commited on
Commit
21cc342
·
verified ·
1 Parent(s): 10235cf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -34,7 +34,8 @@ COPY . /app
34
  # Ensure start script executable
35
  RUN chmod +x /app/start.sh
36
 
37
- ENV PORT=8080
38
- EXPOSE 8080
 
39
 
40
  CMD ["/app/start.sh"]
 
34
  # Ensure start script executable
35
  RUN chmod +x /app/start.sh
36
 
37
+ ENV PORT=7860
38
+ EXPOSE 7860
39
+
40
 
41
  CMD ["/app/start.sh"]