aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-27 01:59:34 +0900
committernsfisis <nsfisis@gmail.com>2025-10-27 01:59:34 +0900
commitc1c7fa92e31f4d89fb68133a1c64a87f762dda6e (patch)
treedcb0724584b52c16e6a3994c07d89c9706184a5b
parentc2465b4733e888a3817f717312f5e332a72e3ba5 (diff)
downloadfeedaka-c1c7fa92e31f4d89fb68133a1c64a87f762dda6e.tar.gz
feedaka-c1c7fa92e31f4d89fb68133a1c64a87f762dda6e.tar.zst
feedaka-c1c7fa92e31f4d89fb68133a1c64a87f762dda6e.zip
fix(build): Fix docker buildv0.3.5
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 64cc431..90c9066 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,7 @@ RUN go mod download
COPY backend/ ./
COPY --from=frontend-builder /app/dist/ ./public/
-RUN CGO_ENABLED=1 GOOS=linux go build -o feedaka main.go
+RUN CGO_ENABLED=1 GOOS=linux go build -o feedaka .
##########################################