From 732c71f7c2e5f0a37c03c2efedcfa8e5360e3fda Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 13 Jul 2025 00:52:57 +0900 Subject: feat(container): fix Docker build --- backend/public/dummy.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 backend/public/dummy.txt (limited to 'backend/public') diff --git a/backend/public/dummy.txt b/backend/public/dummy.txt new file mode 100644 index 0000000..1c5c535 --- /dev/null +++ b/backend/public/dummy.txt @@ -0,0 +1,4 @@ +The public directory stores the build artifacts of the frontend. +However, in the local environment, the frontend side runs a development server to serve those files, so this public directory is not used. +Go does not allow specifying an empty directory with go:embed, so we place a dummy file here. +This dummy file is not used in production builds. -- cgit v1.2.3-70-g09d2