Skip to content

Commit

Permalink
build: use capsulecode/singlefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pupilcc committed Oct 18, 2024
1 parent 5458810 commit 37b47df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN npm install -g pnpm && pnpm install --frozen-lockfile
COPY . .
RUN pnpm run build:ts

FROM node:20-alpine
FROM capsulecode/singlefile:latest
WORKDIR /app
COPY package.json pnpm-lock.yaml ./
COPY --from=build /app/dist ./dist
Expand Down

0 comments on commit 37b47df

Please sign in to comment.