Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
chore(docker): optimize layers
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Mar 6, 2024
1 parent c8bda52 commit 2a502ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ RUN set -eux \
&& rm -rf /root/.cache

# copy project
COPY src/app /app/app
COPY src/alembic /app/alembic
COPY src/alembic.ini /app/alembic.ini
COPY src/alembic /app/alembic
COPY src/app /app/app

0 comments on commit 2a502ee

Please sign in to comment.