Browse Source

ADD sed command to rewrite python version to Dockerfile

master
Pedro Lacerda 4 years ago
parent
commit
aafe682125
  1. 1
      Dockerfile

1
Dockerfile

@ -26,6 +26,7 @@ RUN python3 -m venv ./venv
RUN . ./venv/bin/activate
RUN ./venv/bin/pip install --upgrade pip setuptools
RUN ./venv/bin/pip install -r ./requirements.txt
#RUN sed "s/python3.8/python$pyversion/g" prog_calc.wsgi
# Configure Apache
USER root

Loading…
Cancel
Save