Skip to content

Commit

Permalink
Revert "build: add zenika/alpine-chrome"
Browse files Browse the repository at this point in the history
This reverts commit 13bb5f2.
  • Loading branch information
pupilcc committed Oct 17, 2024
1 parent 8818819 commit dcef774
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ RUN npm install -g pnpm && pnpm install --frozen-lockfile
COPY . .
RUN pnpm run build:ts

FROM zenika/alpine-chrome:latest
RUN apk add --no-cache nodejs npm
RUN npm install -g single-file-cli
FROM node:20-alpine
WORKDIR /app
COPY package.json pnpm-lock.yaml ./
COPY --from=build /app/dist ./dist
Expand Down

0 comments on commit dcef774

Please sign in to comment.