Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
more debugging improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rashley-iqt committed Dec 12, 2019
1 parent 68a8771 commit a166cae
Show file tree
Hide file tree
Showing 9 changed files with 839 additions and 7 deletions.
2 changes: 2 additions & 0 deletions docker-compose.ui-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
context: ui
dockerfile: Dockerfile.debug
image: 'cyberreboot/packet_cafe_ui:latest'
ports:
- 9229:9229
networks:
- frontend
deploy:
Expand Down
3 changes: 1 addition & 2 deletions ui/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ WORKDIR /ui_src
RUN npm i npm@latest -g

EXPOSE 5000
CMD npm ci --no-optional && npm start
#CMD ["npm", "start"]
CMD npm ci --no-optional && npm start
Loading

0 comments on commit a166cae

Please sign in to comment.