fix dockerfile port
This commit is contained in:
parent
696b358b22
commit
e68869099a
@ -13,5 +13,5 @@ RUN npm install
|
||||
# Bundle app source
|
||||
COPY . /opt/app
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
CMD [ "npm", "start" ]
|
||||
|
Loading…
Reference in New Issue
Block a user