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 26, 2024
1 parent 1855fde commit 1b844a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/student/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG VITE_APP_URL_TEACHER
ENV VITE_APP_URL_TEACHER=${VITE_APP_URL_TEACHER}

ARG VITE_APP_RENDER_BASE_URL
ENV VITE_APP_URL_TEACHER=${VITE_APP_RENDER_BASE_URL}
ENV VITE_APP_RENDER_BASE_URL=${VITE_APP_RENDER_BASE_URL}

RUN yarn install --immutable

Expand Down

0 comments on commit 1b844a2

Please sign in to comment.