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