Add expose port
This commit is contained in:
parent
e787258999
commit
f5020bd378
1 changed files with 1 additions and 0 deletions
|
|
@ -3,4 +3,5 @@ WORKDIR /app-message
|
|||
COPY ["package.json", "package-lock.json*", "./"]
|
||||
RUN npm install --NODE_ENV
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD [ "node", "server.js" ]
|
||||
Reference in a new issue