From 2da6a5f4a666da470d8c2170bb9246f0f5804da5 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sat, 16 Aug 2025 23:07:23 +0700 Subject: fix: environment subst issue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30170a8..cd3e0eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ COPY --from=build-stage /builddir/config/config*.yaml /app/config/ RUN apk add --no-cache tzdata -ENTRYPOINT [ "/app/sayana-web", "-c", "/app/config/config.${ENVIRONMENT}.yaml" ] +ENTRYPOINT /app/sayana-web -c /app/config/config.${ENVIRONMENT}.yaml -- cgit v1.3.1+13