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 d4c7325 commit 60193beCopy full SHA for 60193be
Dockerfile
@@ -44,7 +44,7 @@ RUN --mount=type=cache,target=/root/.cache/ \
44
COPY --parents admin_panel ballsdex LICENSE README.md /code/
45
RUN --mount=type=cache,target=/root/.cache/ \
46
uv sync --locked --no-editable --active --reinstall-package ballsdex && \
47
- django-admin collectstatic --no-input
+ cd admin_panel && django-admin collectstatic --no-input
48
49
# this is running in a separate layer to allow bots with different extra packages to run on the same base layer
50
COPY --parents bdextra.py config/extra.toml extra /code/
0 commit comments