Compare commits

..

No commits in common. "8ca015ecf8e47b0410640feed3713232fb5408b9" and "603a814ad4783c0b29c1f6a1db638f269b29f775" have entirely different histories.

View File

@ -8,7 +8,7 @@ COPY tsconfig.json ./
COPY src ./src
RUN pnpm run build
# final image
FROM alpine:3.13.1
FROM alpine:edge
WORKDIR /app
RUN apk add --no-cache \
chromium \