fix: rename css file to force update cache, fixes #141

This commit is contained in:
C4illin 2024-09-25 23:47:18 +02:00
parent fa5446c446
commit 47139a550b
5 changed files with 43 additions and 24 deletions

View file

@ -56,7 +56,7 @@ RUN apk --no-cache add \
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=builder /root/.cargo/bin/resvg /usr/local/bin/resvg
COPY --from=prerelease /app/src/public/style.css /app/src/public/
COPY --from=prerelease /app/src/public/generated.css /app/src/public/
# COPY --from=prerelease /app/src/index.tsx /app/src/
# COPY --from=prerelease /app/package.json .
COPY . .