File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ RUN npm install -g pnpm@10.15.0 && \
4242COPY --chown="$USER":"$USER" package.json pnpm-workspace.yaml pnpm-lock.yaml ./
4343COPY --chown="$USER":"$USER" apps/eds-color-palette-generator/package.json ./apps/eds-color-palette-generator/
4444COPY --chown="$USER":"$USER" packages/eds-tokens/package.json ./packages/eds-tokens/
45- COPY --chown="$USER":"$USER" packages/eds-tailwind/package.json ./packages/eds-tailwind/
4645COPY --chown="$USER":"$USER" packages/eds-utils/package.json ./packages/eds-utils/
4746
4847# Install only production dependencies
@@ -51,7 +50,7 @@ RUN pnpm install --prod --frozen-lockfile
5150# Copy built files
5251COPY --chown="$USER":"$USER" --from=build /app/apps/eds-color-palette-generator/.next ./apps/eds-color-palette-generator/.next
5352COPY --chown="$USER":"$USER" --from=build /app/packages/eds-tokens/dist ./packages/eds-tokens/dist
54- COPY --chown="$USER":"$USER" --from=build /app/packages/eds-tailwind/dist ./packages/eds-tailwind/dist
53+ COPY --chown="$USER":"$USER" --from=build /app/packages/eds-tailwind/theme.css ./packages/eds-tailwind/theme.css
5554COPY --chown="$USER":"$USER" --from=build /app/packages/eds-utils/dist ./packages/eds-utils/dist
5655
5756USER "$UID"
You can’t perform that action at this time.
0 commit comments