Pull request #306: SecChange v2

Merge in RED/ui from SecChangeV2 to master

* commit '5ca5e521af75ad75265543b9c4970ed1200a5cc5':
  nginx.conf edited online with Bitbucket
  SecChange v2
This commit is contained in:
Christoph  Schabert 2021-11-09 16:22:51 +01:00
commit b714525183
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
server {
user nginx;
error_log /tmp/error.log warn;
access_log /tmp/access.log main;
pid /tmp/nginx.pid;

View File

@ -46,7 +46,7 @@ RUN chmod g+r -R /usr/share/nginx/html
## Change permissions to enable openShift functionality
RUN chmod -R g+rwx /var/cache/nginx /var/run /var/log/nginx /usr/share /etc/nginx
USER nginx
USER 1001
COPY docker/red-ui/docker-entrypoint.sh /
CMD ["/docker-entrypoint.sh"]