generated from bisco/codex-bootstrap
fix: expose Django manage script in backend container
This commit is contained in:
@@ -10,9 +10,7 @@ RUN useradd --create-home --shell /usr/sbin/nologin appuser
|
|||||||
COPY requirements/backend.txt /app/requirements/backend.txt
|
COPY requirements/backend.txt /app/requirements/backend.txt
|
||||||
RUN pip install --no-cache-dir -r /app/requirements/backend.txt
|
RUN pip install --no-cache-dir -r /app/requirements/backend.txt
|
||||||
|
|
||||||
COPY backend/ /app/backend/
|
COPY backend/ /app/
|
||||||
|
|
||||||
WORKDIR /app/backend
|
|
||||||
|
|
||||||
USER appuser
|
USER appuser
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user