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 81de5ba + 29dd8a6 commit bf284ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/deploy.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RUN mv /build/frontend/.env.staging.example /build/frontend/.env.staging
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\
apt-get install -y nodejs

RUN npm install --global yarn

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

0 comments on commit bf284ca

Please sign in to comment.