mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
init unit tests
This commit is contained in:
@@ -20,7 +20,6 @@ WORKDIR /app
|
||||
COPY ./the_app/ /app/
|
||||
COPY ./tests/ /app/
|
||||
COPY .env /app/
|
||||
COPY .secrets /app/
|
||||
|
||||
RUN set -ex && bash -c "eval $(grep 'PYTHONDONTWRITEBYTECODE' .env)"
|
||||
RUN set -ex && bash -c "eval $(grep 'PYTHONUNBUFFERED' .env)"
|
||||
|
||||
Reference in New Issue
Block a user