mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
Remove Dockerfile comment
This commit is contained in:
parent
7b1b91647c
commit
12aba4ad00
@ -21,7 +21,7 @@ COPY . .
|
|||||||
# Copy package files
|
# Copy package files
|
||||||
COPY package.json pnpm-lock.yaml ./
|
COPY package.json pnpm-lock.yaml ./
|
||||||
|
|
||||||
# Install all dependencies, skipping postinstall
|
# Install all dependencies
|
||||||
RUN --mount=type=cache,target=/home/appuser/.pnpm-store \
|
RUN --mount=type=cache,target=/home/appuser/.pnpm-store \
|
||||||
pnpm install --frozen-lockfile && \
|
pnpm install --frozen-lockfile && \
|
||||||
rm -rf /home/appuser/.pnpm-store/*
|
rm -rf /home/appuser/.pnpm-store/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user