Skip to content

Commit

Permalink
add alembic.ini to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ford committed Jan 10, 2024
1 parent 4a04afa commit 4871bba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /code

COPY ./pyproject.toml /code/pyproject.toml
COPY ./entrypoint.sh /code/entrypoint.sh
COPY ./alembic.ini /code/alembic.ini
COPY ./src /code/src

RUN chmod +x entrypoint.sh
Expand Down
Empty file modified entrypoint.sh
100644 → 100755
Empty file.

0 comments on commit 4871bba

Please sign in to comment.