Skip to content

Commit

Permalink
add core install to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Werfling committed May 1, 2023
1 parent e29512d commit 17b1818
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile.nginxsrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ WORKDIR /opt/core

COPY ./core/ ./

RUN rm -R node_modules | true
RUN rm -R dist | true
RUN rm package-lock.json | true

RUN npm install
RUN npm run build

# Copy/Install Backend -------------------------------------------------------------------------------------------------

WORKDIR /opt/app
Expand Down

0 comments on commit 17b1818

Please sign in to comment.