#57-environmental-variables #59

Merged
juggy1233 merged 6 commits from #57-environmental-variables into master 2023-04-14 14:44:36 -04:00
Showing only changes of commit c7797c9401 - Show all commits

View File

@@ -5,7 +5,7 @@ RUN python -m venv venv
COPY ./requirements.txt /code/requirements.txt
RUN . venv/bin/activate
RUN python -m pip install -r /code/requirements.txt
COPY venv /code/venv
RUN cp -r venv /code/venv
WORKDIR /code
COPY app app