Expose port remove because of conflict

This commit is contained in:
NyxiumYuuki 2021-05-28 08:56:33 +02:00
parent 7dd198c42c
commit da20cd2212
2 changed files with 0 additions and 2 deletions

View file

@ -3,5 +3,4 @@ WORKDIR /app-authentication
COPY ["package.json", "package-lock.json*", "./"]
RUN npm install
COPY . .
EXPOSE 3000
CMD [ "node", "server.js" ]

View file

@ -3,5 +3,4 @@ WORKDIR /app-message
COPY ["package.json", "package-lock.json*", "./"]
RUN npm install --NODE_ENV
COPY . .
EXPOSE 3000
CMD [ "node", "server.js" ]