remove unnecessary command, docker compose already do it
This commit is contained in:
parent
20e8b8d37f
commit
f9e7a866fd
2 changed files with 2 additions and 4 deletions
|
|
@ -3,4 +3,3 @@ WORKDIR /app-authentication
|
|||
COPY ["package.json", "package-lock.json*", "./"]
|
||||
RUN npm install
|
||||
COPY . .
|
||||
CMD [ "node", "server.js" ]
|
||||
|
|
@ -3,4 +3,3 @@ WORKDIR /app-message
|
|||
COPY ["package.json", "package-lock.json*", "./"]
|
||||
RUN npm install --NODE_ENV
|
||||
COPY . .
|
||||
CMD [ "node", "server.js" ]
|
||||
Reference in a new issue