Skip to content

Commit b06f777

Browse files
committed
🎨 log
1 parent 2dc1ff3 commit b06f777

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

web/Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,14 @@ RUN apk add --no-cache libc6-compat curl
1111
FROM core-os AS base
1212
ENV PNPM_HOME="/pnpm"
1313
ENV PATH="$PNPM_HOME:$PATH"
14-
15-
#COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
16-
1714
RUN corepack enable
18-
COPY . /app
19-
WORKDIR /app
20-
#COPY package.json pnpm-lock.yaml pnpm-workspace.yaml FeatureFlags ./
21-
RUN ls -l
2215

2316
# -------------------------------------------------------- #
2417
# 4. Build application
2518
# -------------------------------------------------------- #
2619
FROM base AS prod-deps
2720
WORKDIR /app/web
21+
RUN ls -l
2822
COPY web/pnpm-lock.yaml ./pnpm-lock.yaml
2923
COPY web/package.json ./package.json
3024
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile

0 commit comments

Comments
 (0)