Skip to content

Commit

Permalink
Add build step to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nas5w committed Jan 13, 2025
1 parent 193bd27 commit 6853cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ COPY . .
# Install deps
RUN rm -rf common/temp
RUN rush update --purge
RUN rush build

# Start the server by default, this can be overwritten at runtime
EXPOSE 3000
Expand Down

0 comments on commit 6853cbc

Please sign in to comment.