Compare commits
1 Commits
489400ad70
...
main
Author | SHA1 | Date | |
---|---|---|---|
b70af02223 |
@@ -27,8 +27,11 @@ ENV PORT=8080
|
||||
EXPOSE 8080
|
||||
|
||||
#CMD ["/app/launch-daemons.sh"]
|
||||
VOLUME ["/mnt/dolibarr_vol"]
|
||||
|
||||
ENTRYPOINT ["/app/scripts/launch-daemons.sh"]
|
||||
|
||||
HEALTHCHECK --interval=5m --timeout=30s \
|
||||
CMD /app/scripts/healthchecker.sh || exit 1
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user