Include correct aprsc.conf in docker image

This commit is contained in:
Per Qvarforth 2025-01-12 15:57:46 +01:00
parent 012421e304
commit 7576beb072
1 changed files with 1 additions and 0 deletions

View File

@ -20,4 +20,5 @@ EXPOSE 14501
WORKDIR /opt/aprsc WORKDIR /opt/aprsc
USER aprsc USER aprsc
COPY config/aprsc.conf /opt/aprsc/etc/aprsc.conf
CMD /opt/aprsc/sbin/aprsc -c /opt/aprsc/etc/aprsc.conf CMD /opt/aprsc/sbin/aprsc -c /opt/aprsc/etc/aprsc.conf