Sahanabg commited on
Commit
d1d84c2
·
verified ·
1 Parent(s): 41088c7

Update Dockerfile

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