Skip to content

Commit

Permalink
fix: use slim for base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-shuman committed Sep 6, 2024
1 parent 4f889d6 commit ccc0f33
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 @@ -11,7 +11,7 @@ WORKDIR /app
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm build

FROM node:20
FROM node:20-slim

ENV HOST=0.0.0.0
ENV PORT=80
Expand Down

0 comments on commit ccc0f33

Please sign in to comment.