🐛 fix(docker): add shared-tags package to todo-web and calendar-web Dockerfiles

This commit is contained in:
Wuesteon 2025-12-10 02:57:44 +01:00
parent dae8c9dd3c
commit a1524b420c
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@ COPY packages/shared-subscription-ui ./packages/shared-subscription-ui
COPY packages/shared-profile-ui ./packages/shared-profile-ui
COPY packages/shared-ui ./packages/shared-ui
COPY packages/shared-utils ./packages/shared-utils
COPY packages/shared-tags ./packages/shared-tags
# Copy calendar packages and web
COPY apps/calendar/packages ./apps/calendar/packages

View file

@ -36,6 +36,7 @@ COPY packages/shared-subscription-ui ./packages/shared-subscription-ui
COPY packages/shared-profile-ui ./packages/shared-profile-ui
COPY packages/shared-ui ./packages/shared-ui
COPY packages/shared-utils ./packages/shared-utils
COPY packages/shared-tags ./packages/shared-tags
# Copy todo packages and web
COPY apps/todo/packages ./apps/todo/packages