Update from upstream github repository
This commit is contained in:
parent
1425f4c95f
commit
b13032933e
6 changed files with 19 additions and 24 deletions
|
|
@ -57,7 +57,7 @@ COPY ./root/ /
|
|||
# - In order to drop the root user, we have to make some directories world
|
||||
# writable as OpenShift default security model is to run the container
|
||||
# under random UID.
|
||||
RUN virtualenv ${APP_ROOT} && \
|
||||
RUN python3.7 -m venv ${APP_ROOT} && \
|
||||
chown -R 1001:0 ${APP_ROOT} && \
|
||||
fix-permissions ${APP_ROOT} -P
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue