Fix dockerfile

This commit is contained in:
2024-09-06 02:23:27 -07:00
parent 8343ed7fcf
commit afcd821a12

View File

@@ -15,6 +15,6 @@ RUN chown -R nobody /var/www
RUN chown -R nobody /etc/nginx
RUN chown -R nobody /var/www/build
RUN chown -R nobody /etc/supervisor/conf.d/
USER nobodys
USER nobody
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
EXPOSE 80