Hatman commited on
Commit
7914e19
·
verified ·
1 Parent(s): ca03b45

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
  FROM nginx:alpine
2
  COPY index.html /usr/share/nginx/html/
3
- EXPOSE 80
4
 
 
1
  FROM nginx:alpine
2
  COPY index.html /usr/share/nginx/html/
3
+ EXPOSE 7860
4