diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-05-01 08:59:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-01 08:59:40 +0100 |
commit | 81ae7e425dc52846c5d4c282a0422a3875d84e2f (patch) | |
tree | fd268c721913a2d6548b299f4e3193bdb5cd5883 /Dockerfile.embedr | |
parent | 181e61bedb21003921fa21f6e8b86baf918d62bf (diff) | |
download | voidsky-81ae7e425dc52846c5d4c282a0422a3875d84e2f.tar.zst |
Add kawaii mode (#3773)
Diffstat (limited to 'Dockerfile.embedr')
-rw-r--r-- | Dockerfile.embedr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.embedr b/Dockerfile.embedr index c70251658..63f060980 100644 --- a/Dockerfile.embedr +++ b/Dockerfile.embedr @@ -40,6 +40,7 @@ RUN find ./bskyweb/embedr-static && find ./bskyweb/embedr-templates && find ./bs # hack around issue with empty directory and go:embed RUN touch bskyweb/static/js/empty.txt +RUN touch bskyweb/static/media/empty.txt # # Generate the embedr Go binary. |