Skip to content

Commit

Permalink
Réordonner
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 2, 2024
1 parent ddcbfe6 commit 9cbcaac
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 @@ -20,13 +20,13 @@ RUN corepack enable
WORKDIR /app

COPY package.json pnpm-lock.yaml ./
RUN pnpm install node-pre-gyp -g
RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store pnpm fetch --frozen-lockfile
RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store pnpm install --frozen-lockfile

# The rest of the code is copied into the container
COPY . .

RUN pnpm install node-pre-gyp -g
RUN pnpm compiler

# Port 3000 is exposed to enable access from outside
Expand Down

0 comments on commit 9cbcaac

Please sign in to comment.