From 05c023616b32e8597c52364dce83fe4a008060b5 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Tue, 22 Jul 2025 01:31:59 +0700 Subject: fix: docker file typos --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea62ed3..d9eb9fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ RUN go build -o sayana-demo . FROM alpine:3.22.1 AS runtime-stage -COPY --from=build-stage /builddir/main /app/sayana-demo +WORKDIR /app +COPY --from=build-stage /builddir/sayana-demo /app/sayana-demo COPY --from=build-stage /builddir/public /app/public ENTRYPOINT [ "/app/sayana-demo" ] -- cgit v1.3.1+13