documents and simplifies how .env and .user-groups are passed to the images

This commit is contained in:
msramalho
2025-02-13 00:06:24 +00:00
parent df8f53ef35
commit a3b1adb28d
8 changed files with 65 additions and 37 deletions

View File

@@ -27,8 +27,7 @@ RUN ./poetry-venv/bin/poetry install --without dev --no-root --no-cache
# copy source code and .env files over
COPY alembic.ini ./
COPY .env* ./app/
COPY ./secrets/ ./secrets/
COPY ./app/ ./app/
COPY user-groups.* ./app/
ENTRYPOINT ["./poetry-venv/bin/poetry", "run"]