This commit is contained in:
Ben Cherry
2025-10-21 17:00:24 -07:00
parent e084f37cb6
commit 8e575e802e
+1 -1
View File
@@ -45,7 +45,7 @@ RUN mkdir -p src
# Ensure your uv.lock file is checked in for consistency across environments
RUN uv sync --locked
# Copy all remaining pplication files into the container
# Copy all remaining application files into the container
# This includes source code, configuration files, and dependency specifications
# (Excludes files specified in .dockerignore)
COPY . .