Make sure /images/ and /static/ exist now that the bind mount is read only

Otherwise the static_volume and media_volume can't be mounted there.
This commit is contained in:
Bart Schuurmans 2024-03-18 21:04:34 +01:00
parent 68cb94daf2
commit 4d23edddca
3 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View file

@ -16,6 +16,7 @@
# BookWyrm
.env
/images/
/static/
bookwyrm/static/css/bookwyrm.css
bookwyrm/static/css/themes/
!bookwyrm/static/css/themes/bookwyrm-*.scss

0
images/.gitkeep Normal file
View file

0
static/.gitkeep Normal file
View file