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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user