Skip to content

Commit

Permalink
unignore sqlx query cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarflakstad committed Apr 11, 2024
1 parent 4111c3e commit 0390954
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 4 deletions.
3 changes: 0 additions & 3 deletions server/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ target/

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# These will be created by the sqlx CLI
*.sqlx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ WORKDIR app
COPY --from=cacher /app/target target
COPY --from=cacher /usr/local/cargo /usr/local/cargo
COPY . .
COPY .sqlx .sqlx
ENV SQLX_OFFLINE true
RUN cargo build --release --bin server

Expand Down

0 comments on commit 0390954

Please sign in to comment.