Remove django user
This commit is contained in:
parent
1b9fcf76b7
commit
c2f417036f
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user