Skip to content

Commit 8e575e8

Browse files
committed
fix typo
1 parent e084f37 commit 8e575e8

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
@@ -45,7 +45,7 @@ RUN mkdir -p src
4545
# Ensure your uv.lock file is checked in for consistency across environments
4646
RUN uv sync --locked
4747

48-
# Copy all remaining pplication files into the container
48+
# Copy all remaining application files into the container
4949
# This includes source code, configuration files, and dependency specifications
5050
# (Excludes files specified in .dockerignore)
5151
COPY . .

0 commit comments

Comments
 (0)