mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-02-14 18:29:51 +00:00
lint: fix LegacyKeyValueFormat
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ RUN npm ci && \
|
||||
|
||||
COPY . .
|
||||
|
||||
ENV PORT 80
|
||||
ENV PORT=80
|
||||
EXPOSE 80
|
||||
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
|
||||
Reference in New Issue
Block a user