Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions application/admin-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ ENV VITE_BACKEND_URL "/api"
ENV VITE_APP_VERSION ${APP_VERSION}

COPY package.json .yarnrc.yml yarn.lock ./
# This line below should be removed when reliance on yarn patch is resolved
COPY .yarn/patches/* ./.yarn/patches/
COPY application/admin-client/package.json application/admin-client/
COPY application/user-client/package.json application/user-client/
COPY application/backend/package.json application/backend/
Expand Down
Loading