Manofem commited on
Commit
2d18436
·
verified ·
1 Parent(s): 54d272c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -37,7 +37,6 @@ COPY entrypoint.sh entrypoint.sh
37
  RUN chmod +x *
38
 
39
  # Expose port for code-server
40
- EXPOSE 8080
41
 
42
- # Set the entry point
43
- ENTRYPOINT ["entrypoint.sh"]
 
37
  RUN chmod +x *
38
 
39
  # Expose port for code-server
 
40
 
41
+
42
+ ENTRYPOINT ["entrypoint.sh", "--bind-addr", "0.0.0.0:7860", "."]