Rename dockerfile to Dockerfile

This commit is contained in:
E 2021-02-19 16:52:07 +00:00 committed by GitHub
parent db2b89de68
commit b2855f5a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,4 @@ COPY ["package.json", "package-lock.json*", "./"]
RUN npm install && npm install nodemon RUN npm install && npm install nodemon
COPY . . COPY . .
CMD [ "npm", "start" ] CMD [ "npm", "start" ]