Correct container execution user to appropriate account on the server

This commit is contained in:
Christbru 2025-10-18 22:06:55 -05:00
commit 833b304002
2 changed files with 1 additions and 1 deletions

View file

@ -80,6 +80,5 @@ RUN chown appuser:appuser /usr/local/bin/rust-engine \
&& chown appuser:appuser /var/log/astra-errors.log
EXPOSE 8000
USER appuser
# Redirect all output to /var/log/astra-errors.log for easy monitoring
ENTRYPOINT ["/bin/sh", "-c", "/usr/local/bin/rust-engine >> /var/log/astra-errors.log 2>&1"]