Skip to content

Commit

Permalink
workaround for bug in linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sashkab committed Aug 2, 2021
1 parent 1836efa commit 8156dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ STOPSIGNAL SIGKILL

ENTRYPOINT ["/run_postfix"]

HEALTHCHECK --interval=60s --timeout=30s --start-period=5s --retries=3 CMD "/healthcheck"
HEALTHCHECK --interval=60s --timeout=30s --retries=3 CMD [ "/healthcheck" ]

0 comments on commit 8156dc2

Please sign in to comment.