1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-29 06:54:06 -04:00

Added listen.sh for docker

This patch adds the listen.sh entry point for the docker image.
This commit is contained in:
2023-04-17 15:45:49 +00:00
parent 483afce5ad
commit c353877321
4 changed files with 34 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@ VOLUME ["/config", "/plugins"]
USER $APRS_USER
ADD bin/run.sh /usr/local/bin
ADD bin/listen.sh /usr/local/bin
ENTRYPOINT ["/usr/local/bin/run.sh"]
HEALTHCHECK --interval=5m --timeout=12s --start-period=30s \