deploy(docker): update COPY commands to explicitly include necessary files and directories
This commit is contained in:
@@ -19,7 +19,12 @@ COPY packages/ ./packages/
|
||||
RUN uv sync --frozen --no-dev
|
||||
RUN uv pip install git+https://github.com/GooGuTeam/gu-pp-py.git
|
||||
|
||||
COPY . .
|
||||
COPY alembic.ini ./
|
||||
COPY tools/ ./tools/
|
||||
COPY migrations/ ./migrations/
|
||||
COPY static/ ./app/static/
|
||||
COPY app/ ./app/
|
||||
COPY main.py ./
|
||||
|
||||
# ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user