Skip to content

Commit dbb769b

Browse files
authored
fix(docker): update CMD to use -c flag for config path (#544)
fix(docker): update CMD to use -c flag for config path
1 parent 98d7955 commit dbb769b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ USER agent
4141
HEALTHCHECK --interval=30s --timeout=5s --retries=3 \
4242
CMD pgrep -x openab || exit 1
4343
ENTRYPOINT ["tini", "--"]
44-
CMD ["openab", "run", "/etc/openab/config.toml"]
44+
CMD ["openab", "run", "-c", "/etc/openab/config.toml"]

0 commit comments

Comments
 (0)