Set CMD to point to config file and change USER to www-data (33)

This commit is contained in:
Magnus Walbeck 2021-03-10 20:02:09 +01:00
parent 7b43d4d36e
commit ee1ae516f1
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769

View file

@ -13,6 +13,6 @@ COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/notify
EXPOSE 7867
USER 605
USER 33
CMD ["/notify_push"]
CMD ["/notify_push", "/config/config.php"]