Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Apr 26, 2024
1 parent 1548c19 commit 12441a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ RUN poetry export -f requirements.txt -o /requirements.txt
FROM scratch as source

WORKDIR /
COPY alembic.ini /alembic.ini
COPY migrations /migrations
COPY aeza_assistant /aeza_assistant


Expand Down
2 changes: 0 additions & 2 deletions Dockerfile.torsocks
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ RUN poetry export -f requirements.txt -o /requirements.txt
FROM scratch as source

WORKDIR /
COPY alembic.ini /alembic.ini
COPY migrations /migrations
COPY aeza_assistant /aeza_assistant


Expand Down

0 comments on commit 12441a4

Please sign in to comment.