Skip to content

Commit

Permalink
Fix Docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jul 8, 2024
1 parent 680810a commit c4bc7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ COPY build.rs build.rs
RUN touch build.rs
COPY src src/
RUN find src -name "*.rs" -exec touch {} \;
COPY templates/style templates/style
COPY templates templates/
COPY vendor vendor/
COPY assets assets/
COPY .sqlx .sqlx/
Expand Down

0 comments on commit c4bc7e0

Please sign in to comment.