Skip to content

Commit

Permalink
Merge branch 'main' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Dec 11, 2023
2 parents d3672d8 + 3d81def commit a4d873b
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 a4d873b

Please sign in to comment.