change docker run command

This commit is contained in:
Thomas Quandalle
2022-06-16 20:28:35 +02:00
parent d4d4f927ec
commit 53fe17b515
3 changed files with 1 additions and 61 deletions

View File

@@ -112,4 +112,4 @@ EXPOSE 8080
HEALTHCHECK CMD curl --fail http://localhost:8080 || exit 1
WORKDIR /
CMD ["sh", "run.sh"]
CMD ["/agent/main", "run", "opensource", "8080"]