fix: rename css file to force update cache, fixes #141
This commit is contained in:
parent
fa5446c446
commit
47139a550b
5 changed files with 43 additions and 24 deletions
|
|
@ -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 . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue