mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 06:41:23 +02:00
🐛 fix(docker): add shared-tags package to todo-web and calendar-web Dockerfiles
This commit is contained in:
parent
dae8c9dd3c
commit
a1524b420c
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue