Skip to content

Commit

Permalink
fix: set log-config.yml to correct location (#141)
Browse files Browse the repository at this point in the history
closes #140
  • Loading branch information
lchen-2101 authored Apr 17, 2024
1 parent 919099d commit 20573bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /usr/app

RUN pip install poetry

COPY poetry.lock pyproject.toml alembic.ini log-config.yml ./
COPY poetry.lock pyproject.toml alembic.ini ./

RUN poetry config virtualenvs.create false
RUN poetry install --no-root
Expand Down
File renamed without changes.

0 comments on commit 20573bf

Please sign in to comment.