We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e084f37 commit 8e575e8Copy full SHA for 8e575e8
Dockerfile
@@ -45,7 +45,7 @@ RUN mkdir -p src
45
# Ensure your uv.lock file is checked in for consistency across environments
46
RUN uv sync --locked
47
48
-# Copy all remaining pplication files into the container
+# Copy all remaining application files into the container
49
# This includes source code, configuration files, and dependency specifications
50
# (Excludes files specified in .dockerignore)
51
COPY . .
0 commit comments