temp isort drop

This commit is contained in:
Jakub Miazek 2023-04-10 21:40:11 +02:00
parent 336f1e8456
commit cd4cc341a5

View File

@ -34,7 +34,7 @@ ENV PYTHONPATH=/home/code/ PYTHONHASHSEED=0
COPY tests/ tests/
COPY app/ app/
COPY alembic/ alembic/
COPY .env alembic.ini ./
COPY .env alembic.ini config.ini ./
# create a non-root user and switch to it, for security.
RUN addgroup --system --gid 1001 "app-user"