Skip to content

Commit

Permalink
it should build on docker now
Browse files Browse the repository at this point in the history
  • Loading branch information
espeon committed Sep 18, 2020
1 parent 68d430a commit 6e24970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN cargo build --release --target x86_64-unknown-linux-musl
# Build the actual source
COPY src ./src
COPY graphql ./graphql
COPY sqlx-data.json ./sqlx-data.json
RUN touch ./src/main.rs && cargo build --release --target x86_64-unknown-linux-musl
RUN ls target/release
RUN find "$(pwd)"
Expand Down

0 comments on commit 6e24970

Please sign in to comment.