Skip to content

Commit

Permalink
build JS in prod mode
Browse files Browse the repository at this point in the history
Were previously building in dev mode to ease debugging
  • Loading branch information
bkiahstroud committed Jun 7, 2024
1 parent cbb8a76 commit a0a1a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY client /opt/manifold/client
WORKDIR /opt/manifold/client
RUN yarn install
RUN cat /dev/null > /opt/manifold/client/dist/manifold/ssr/ssr.config.js
RUN yarn run build:dev
RUN yarn run build

####################################################################################################
# Manifold nginx
Expand Down

0 comments on commit a0a1a39

Please sign in to comment.