Rename dockerfile to Dockerfile
This commit is contained in:
parent
b4975f18ae
commit
bc346805a2
2 changed files with 2 additions and 2 deletions
2
Dockerfile
Normal file
2
Dockerfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
FROM nginx:alpine
|
||||
COPY . /usr/share/nginx/html
|
|
@ -1,2 +0,0 @@
|
|||
FROM nginx:alpine
|
||||
COPY . /usr/share/nginx/html
|
Loading…
Reference in a new issue