fix: set last user as root

TODO: Don't fucken do this, really bad
This commit is contained in:
Price Hiller 2024-07-19 00:53:17 -05:00
parent f7138afac6
commit a96b3fade5
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -112,4 +112,6 @@ EXPOSE \
21114/udp \
15000/udp
# HACK: This shouldn't be done either! The entry.bash requires the root user though for certain tasks :(
USER root
ENTRYPOINT [ "/bin/bash", "entry.bash" ]