fix dockerfile port

This commit is contained in:
Cracker 2019-02-04 19:53:23 +01:00 committed by GitHub
parent 696b358b22
commit e68869099a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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