Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
six-standard authored Aug 18, 2024
1 parent 3ff5476 commit fc22a55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ ENV VITE_APP_URL_STUDENT=${VITE_APP_URL_STUDENT}
ARG VITE_APP_URL_TEACHER
ENV VITE_APP_URL_TEACHER=${VITE_APP_URL_TEACHER}

RUN yarn workspace main build
RUN cd /repo-main/packages/main
RUN yarn build

FROM nginx:alpine AS runner

Expand Down

0 comments on commit fc22a55

Please sign in to comment.