Skip to content

Commit

Permalink
Update Dockerfile Build Script
Browse files Browse the repository at this point in the history
  • Loading branch information
akroon3r authored Jul 10, 2024
1 parent fa3e396 commit e40df7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY ./frontend .

RUN npm install

RUN npm run build
RUN npm run build:staging

FROM nginx:1.24-alpine as prod

Expand Down

0 comments on commit e40df7a

Please sign in to comment.