This commit is contained in:
Jakub Miazek
2022-09-12 13:24:15 +02:00
parent 102771aee5
commit 9b1938c450
35 changed files with 50 additions and 50 deletions

View File

@@ -12,7 +12,7 @@ RUN set -ex && pip install -r requirements.txt
FROM builder as final
WORKDIR /code
COPY ./the_app/ /code/
COPY app/ /code/
COPY ./tests/ /code/
COPY .env /code/