Skip to content

Commit

Permalink
fix: ui docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeherby committed Mar 9, 2024
1 parent 5f26b32 commit e325b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
#COPY --from=deps /app/packages/ui/node_modules ./node_modules
COPY ./packages/ui/src ./src
COPY ./packages/ui/public ./public
#COPY ./packages/ui/public ./public
COPY ./packages/ui/tailwind.config.ts ./
COPY ./packages/ui/components.json ./
COPY ./packages/ui/postcss.config.js ./
Expand Down

0 comments on commit e325b01

Please sign in to comment.