Skip to content

Commit

Permalink
update docker file to build client/server sub-dir's
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Jul 19, 2023
1 parent d8ae77c commit 98db8ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN git config --global url."https://github.com/".insteadOf ssh://[email protected]
RUN cd client && \
npm ci && \
npm run build && \
npm prune --production
npm prune --production && \
cd ..

# Install, build server, prune static assets
RUN cd server && \
Expand Down

0 comments on commit 98db8ac

Please sign in to comment.