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
|
# some dir for our code
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
# container port
|
# container port
|
||||||
EXPOSE 8080
|
EXPOSE 3000
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
COPY package*.json .
|
COPY package*.json .
|
||||||
|
|
Reference in a new issue