Skip to content

Commit 6ddf3d6

Browse files
committed
web: fix more docker issues
1 parent 8a6845c commit 6ddf3d6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache libc6-compat
77
WORKDIR /app
88

99
# Install dependencies based on the preferred package manager
10-
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
10+
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* pnpm-workspace.yaml* ./
1111
RUN \
1212
if [ -f yarn.lock ]; then yarn --frozen-lockfile; \
1313
elif [ -f package-lock.json ]; then npm ci; \

web/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)