1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-01 21:54:42 -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
@@ -64,6 +64,7 @@ USER $APRS_USER
VOLUME ["/config", "/plugins"]
ADD bin/run.sh $HOME/
ADD bin/listen.sh $HOME/
ENTRYPOINT ["/home/aprs/run.sh"]
HEALTHCHECK --interval=5m --timeout=12s --start-period=30s \