dockerfile builds

This commit is contained in:
Oleksii Bulenok
2026-08-11 00:34:57 +02:00
parent 45c7d5bce3
commit 8b7b5d8668
5 changed files with 184 additions and 49 deletions
+4 -1
View File
@@ -2,7 +2,10 @@ package bskyweb
import "embed"
//go:embed static/*
// `all:` disables the default exclusion of files/dirs beginning with `_` or `.`,
// which is needed because Metro emits chunks like `__common-...js` and
// `__expo-metro-runtime-...js`.
//go:embed all:static
var StaticFS embed.FS
//go:embed embedr-static/*