fix dockerfile port

This commit is contained in:
Cracker
2019-02-04 19:53:23 +01:00
committed by GitHub
parent 696b358b22
commit e68869099a

View File

@@ -13,5 +13,5 @@ RUN npm install
# Bundle app source
COPY . /opt/app
EXPOSE 80
EXPOSE 8080
CMD [ "npm", "start" ]