Expose port remove because of conflict
This commit is contained in:
parent
7dd198c42c
commit
da20cd2212
2 changed files with 0 additions and 2 deletions
|
|
@ -3,5 +3,4 @@ WORKDIR /app-authentication
|
|||
COPY ["package.json", "package-lock.json*", "./"]
|
||||
RUN npm install
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD [ "node", "server.js" ]
|
||||
Reference in a new issue