Skip to content

Commit b4cd54a

Browse files
committed
fix typo
1 parent 1026ebb commit b4cd54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY package.json pnpm-lock.yaml ./
3030
# --frozen-lockfile ensures we use exact versions from pnpm-lock.yaml for reproducible builds
3131
RUN pnpm install --frozen-lockfile
3232

33-
# Copy all remaining pplication files into the container
33+
# Copy all remaining application files into the container
3434
# This includes source code, configuration files, and dependency specifications
3535
# (Excludes files specified in .dockerignore)
3636
COPY . .

0 commit comments

Comments
 (0)