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

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" ]