diff options
| author | 2025-08-16 23:07:23 +0700 | |
|---|---|---|
| committer | 2025-08-16 23:07:23 +0700 | |
| commit | 2da6a5f4a666da470d8c2170bb9246f0f5804da5 (patch) | |
| tree | 93c723e50dadfe04a32bfc38ba9d4b916939dc04 | |
| parent | c1fefa3e249e97e51f155cfb7276730c99b1cf44 (diff) | |
| download | web-2da6a5f4a666da470d8c2170bb9246f0f5804da5.tar.gz web-2da6a5f4a666da470d8c2170bb9246f0f5804da5.zip | |
fix: environment subst issue
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |