Skip to content

Commit 03844f2

Browse files
author
Marvin Zhang
committed
refactor: remove corepack enable command from Dockerfiles and clean up docker-compose configuration
1 parent a757c9d commit 03844f2

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUN apk add --no-cache libc6-compat python3 make g++
77
# Enable pnpm
88
ENV PNPM_HOME="/pnpm"
99
ENV PATH="$PNPM_HOME:$PATH"
10-
RUN corepack enable
1110

1211
# Set working directory
1312
WORKDIR /app

Dockerfile.dev

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUN apk add --no-cache libc6-compat python3 make g++ curl
77
# Enable pnpm
88
ENV PNPM_HOME="/pnpm"
99
ENV PATH="$PNPM_HOME:$PATH"
10-
RUN corepack enable
1110

1211
# Set working directory
1312
WORKDIR /app

docker-compose.dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ services:
1717
- /app/packages/web/.next
1818
- /app/packages/web/.next-build
1919
- './scripts:/app/scripts'
20-
- './.devlog:/app/.devlog'
2120
env_file:
2221
- .env

0 commit comments

Comments
 (0)