diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-13 00:52:57 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-13 01:09:54 +0900 |
| commit | 732c71f7c2e5f0a37c03c2efedcfa8e5360e3fda (patch) | |
| tree | 619d28354e48f55fd5efe9a0298c7d61b6d7393f /backend/public/dummy.txt | |
| parent | 756b66b31fd02215fc2d8a30ae263a3bf08a90a6 (diff) | |
| download | feedaka-732c71f7c2e5f0a37c03c2efedcfa8e5360e3fda.tar.gz feedaka-732c71f7c2e5f0a37c03c2efedcfa8e5360e3fda.tar.zst feedaka-732c71f7c2e5f0a37c03c2efedcfa8e5360e3fda.zip | |
feat(container): fix Docker build
Diffstat (limited to 'backend/public/dummy.txt')
| -rw-r--r-- | backend/public/dummy.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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. |
