Skip to content

Commit

Permalink
Build with the correct mode...
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Dec 11, 2023
1 parent 52307b0 commit 3d81def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/deploy.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN npm install --global yarn

# Build site
RUN cd /build/frontend && yarn install
RUN cd /build/frontend && yarn build -- --mode stage
RUN cd /build/frontend && yarn build --mode staging

# Use our custom nginx config
RUN rm /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 3d81def

Please sign in to comment.