remove unnecessary command, docker compose already do it

This commit is contained in:
NyxiumYuuki 2021-05-28 10:06:34 +02:00
parent 20e8b8d37f
commit f9e7a866fd
2 changed files with 2 additions and 4 deletions

View file

@ -2,5 +2,4 @@ FROM node:current-slim
WORKDIR /app-message
COPY ["package.json", "package-lock.json*", "./"]
RUN npm install --NODE_ENV
COPY . .
CMD [ "node", "server.js" ]
COPY . .