From 2932a6f3d42986e6e691ad226bfc46624efdcccd Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:37:08 +0200 Subject: [PATCH] lint: fix LegacyKeyValueFormat Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- result/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/result/Dockerfile b/result/Dockerfile index 4fb74e8..33f0ba8 100644 --- a/result/Dockerfile +++ b/result/Dockerfile @@ -18,7 +18,7 @@ RUN npm ci && \ COPY . . -ENV PORT 80 +ENV PORT=80 EXPOSE 80 ENTRYPOINT ["/usr/bin/tini", "--"]