typo
This commit is contained in:
parent
abc5d75e48
commit
b24b05009f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM node:latest
|
|||
# some dir for our code
|
||||
WORKDIR /app
|
||||
# container port
|
||||
EXPOSE 8080
|
||||
EXPOSE 3000
|
||||
|
||||
# install dependencies
|
||||
COPY package*.json .
|
||||
|
|
Reference in a new issue