Skip to content

Commit

Permalink
update dockerfile for new sqlx directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeyh021 committed Jul 5, 2023
1 parent c3118a3 commit 8d64f5d
Showing 1 changed file 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 @@ -13,7 +13,7 @@ RUN rm src/*.rs

# copy source code (and sqlx stuff) (and templates) in
COPY ./src ./src
COPY sqlx-data.json .
COPY ./.sqlx ./.sqlx
COPY ./migrations ./migrations
COPY ./templates ./templates

Expand Down

0 comments on commit 8d64f5d

Please sign in to comment.