Docker script and tidy up

This commit is contained in:
Simon 2021-01-23 15:11:08 +00:00
parent 95037683b7
commit 759f0116cf
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ RUN adduser -D -u 54000 radio && \
apk del git gcc musl-dev && \
chown -R radio: /opt/freedmr
EXPOSE 54000
USER radio
ENTRYPOINT [ "/entrypoint" ]