mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 19:21:33 +00:00
updated streamline-setup v2
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
FROM nginx:alpine3.18-slim
|
||||
|
||||
ENV NGINXUSER=streamline
|
||||
ENV NGINXGROUP=streamline
|
||||
|
||||
RUN set -eux; \
|
||||
mkdir -p /var/www/html/public; \
|
||||
adduser -g ${NGINXGROUP} -s /bin/sh -D ${NGINXUSER}; \
|
||||
sed -i "s/user www-data/user ${NGINXUSER}/g" /etc/nginx/nginx.conf
|
||||
|
||||
ADD .docker/nginx/default.conf /etc/nginx/conf.d/default.conf
|
||||
Reference in New Issue
Block a user