Skip to content

Commit 2932a6f

Browse files
committed
lint: fix LegacyKeyValueFormat
Signed-off-by: David Karlsson <[email protected]>
1 parent 8cd0cad commit 2932a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

result/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN npm ci && \
1818

1919
COPY . .
2020

21-
ENV PORT 80
21+
ENV PORT=80
2222
EXPOSE 80
2323

2424
ENTRYPOINT ["/usr/bin/tini", "--"]

0 commit comments

Comments
 (0)