Skip to content

Commit

Permalink
Don't ignore db when building Docker image (#101)
Browse files Browse the repository at this point in the history
We ignore this for our local image because there we mount the `db` directory as a volume. But for the Docker build and push action on GitHub, it should of course not be ignored. This should fix #99
  • Loading branch information
hannahbast authored Aug 17, 2024
1 parent 16550fc commit 4fd05b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
db
!db
.git
!.git/HEAD
!.git/refs/heads

0 comments on commit 4fd05b7

Please sign in to comment.