mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-01-02 22:59:10 +03:00
Leave no apk cache in the Docker image
This will make the Docker image tidier
This commit is contained in:
@@ -6,7 +6,7 @@ RUN npm ci && npm run tsc
|
|||||||
|
|
||||||
FROM node:16-alpine as app
|
FROM node:16-alpine as app
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
RUN apk add git postgresql-client
|
RUN apk add --no-cache git postgresql-client
|
||||||
COPY --from=builder ./node_modules ./node_modules
|
COPY --from=builder ./node_modules ./node_modules
|
||||||
COPY --from=builder ./dist ./dist
|
COPY --from=builder ./dist ./dist
|
||||||
COPY ./.git ./.git
|
COPY ./.git ./.git
|
||||||
|
|||||||
Reference in New Issue
Block a user