Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
otisdog8 committed Aug 13, 2024
1 parent 009b302 commit 4dc7c04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
FROM node:lts AS build
FROM node:20-slim AS build

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable

WORKDIR /app
COPY . .
RUN pnpm fetch --prod
Expand Down

0 comments on commit 4dc7c04

Please sign in to comment.