Add command (test)
This commit is contained in:
parent
4d7bac9872
commit
817d253147
2 changed files with 4 additions and 2 deletions
|
|
@ -3,3 +3,4 @@ WORKDIR /app-authentication
|
|||
COPY ["package.json", "package-lock.json*", "./"]
|
||||
RUN npm install
|
||||
COPY . .
|
||||
CMD node server.js
|
||||
|
|
@ -3,3 +3,4 @@ WORKDIR /app-message
|
|||
COPY ["package.json", "package-lock.json*", "./"]
|
||||
RUN npm install --NODE_ENV
|
||||
COPY . .
|
||||
CMD node server.js
|
||||
Reference in a new issue