Skip to content

Commit fb51b4d

Browse files
committed
chore: fix typos
1 parent ac4be54 commit fb51b4d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN corepack enable
99
RUN pnpm install -g turbo@latest
1010

1111
# PRUNE WORKSPACE
12-
# Note: Here we cannot use --docker, as is recomended, since the generated
12+
# Note: Here we cannot use --docker, as is recommended, since the generated
1313
# json directory does not allow linking package.json executable files
1414
FROM base AS pruner
1515
COPY . .

apps/gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN corepack enable
99
RUN pnpm install -g turbo@latest
1010

1111
# PRUNE WORKSPACE
12-
# Note: Here we cannot use --docker, as is recomended, since the generated
12+
# Note: Here we cannot use --docker, as is recommended, since the generated
1313
# json directory does not allow linking package.json executable files
1414
FROM base AS pruner
1515
COPY . .

apps/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN corepack enable
88
RUN pnpm install -g turbo@latest
99

1010
# PRUNE WORKSPACE
11-
# Note: Here we cannot use --docker, as is recomended, since the generated
11+
# Note: Here we cannot use --docker, as is recommended, since the generated
1212
# json directory does not allow linking package.json executable files
1313
FROM base AS builder
1414
COPY . .

0 commit comments

Comments
 (0)