1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-07 16:44:39 -04:00

Updated README docs

This patch updates the 2 readme files with copies for the latest
sample-config output to match the 1.6.0 release's config.

Also fixed a small issue with the Dockerfile.
This commit is contained in:
2021-02-13 09:27:03 -05:00
parent a266c987fd
commit b6ba90de53
3 changed files with 163 additions and 78 deletions
+1
View File
@@ -39,6 +39,7 @@ RUN git clone -b $APRSD_BRANCH $APRSD $INSTALL/aprsd
RUN cd $INSTALL/aprsd && pip3 install .
RUN which aprsd
USER root
RUN mkdir /config
RUN aprsd sample-config > /config/aprsd.yml
RUN chown -R $APRS_USER:$APRS_USER /config