Rename dockerfile to Dockerfile

This commit is contained in:
Drew Davis 2021-10-31 15:27:01 -04:00 committed by GitHub
parent b4975f18ae
commit bc346805a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html

View file

@ -1,2 +0,0 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html