mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
refactor
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user