forked from github.com/GenderDysphoria.fyi
Fix dockerfile
This commit is contained in:
@@ -15,6 +15,6 @@ RUN chown -R nobody /var/www
|
|||||||
RUN chown -R nobody /etc/nginx
|
RUN chown -R nobody /etc/nginx
|
||||||
RUN chown -R nobody /var/www/build
|
RUN chown -R nobody /var/www/build
|
||||||
RUN chown -R nobody /etc/supervisor/conf.d/
|
RUN chown -R nobody /etc/supervisor/conf.d/
|
||||||
USER nobodys
|
USER nobody
|
||||||
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
Reference in New Issue
Block a user