Remove django user

This commit is contained in:
rafa 2025-10-22 15:39:43 +01:00
parent 1b9fcf76b7
commit c2f417036f

View File

@ -13,8 +13,8 @@ WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
EXPOSE 8000
COPY --chown=django . .
USER django:django
#COPY --chown=django . .
COPY . .
#USER django:django
ENTRYPOINT ["/bin/bash", "entrypoint.sh"]