Skip to content

Commit

Permalink
Updated docker build files for next version of the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Nov 10, 2023
1 parent 9908744 commit cfcab03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20-alpine
COPY musiccatalogue.ui-1.8.0.0 /opt/musiccatalogue.ui-1.8.0.0
WORKDIR /opt/musiccatalogue.ui-1.8.0.0
COPY musiccatalogue.ui-1.9.0.0 /opt/musiccatalogue.ui-1.9.0.0
WORKDIR /opt/musiccatalogue.ui-1.9.0.0
RUN npm install
RUN npm run build
ENTRYPOINT [ "npm", "start" ]

0 comments on commit cfcab03

Please sign in to comment.