Rename dockerfile to Dockerfile

pull/3/head
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
1 changed files with 1 additions and 1 deletions

View File

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