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.json pnpm-lock.yaml ./
|
||||
|
||||
# Install all dependencies, skipping postinstall
|
||||
# Install all dependencies
|
||||
RUN --mount=type=cache,target=/home/appuser/.pnpm-store \
|
||||
pnpm install --frozen-lockfile && \
|
||||
rm -rf /home/appuser/.pnpm-store/*
|
||||
@ -44,4 +44,4 @@ ENV VITE_BYPASS_LOGIN=1 \
|
||||
EXPOSE $PORT
|
||||
|
||||
# Start the app in development mode
|
||||
CMD ["pnpm", "run", "start:podman"]
|
||||
CMD ["pnpm", "run", "start:podman"]
|
||||
|
Loading…
Reference in New Issue
Block a user