mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 18:43:50 +00:00
Update changelog
This commit is contained in:
@@ -7,6 +7,7 @@ RUN cd /shlink-web-client && npm ci && npm run build
|
||||
FROM nginxinc/nginx-unprivileged:1.25-alpine
|
||||
ARG UID=101
|
||||
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
|
||||
|
||||
USER root
|
||||
RUN rm -r /usr/share/nginx/html && rm /etc/nginx/conf.d/default.conf
|
||||
COPY config/docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
@@ -15,7 +16,7 @@ COPY --from=node /shlink-web-client/build /usr/share/nginx/html
|
||||
|
||||
# This is required by 30-shlink-servers-json.sh to be writable for UID
|
||||
RUN echo '[]' > /usr/share/nginx/html/servers.json \
|
||||
&& chown $UID:0 /usr/share/nginx/html/servers.json
|
||||
&& chown $UID:0 /usr/share/nginx/html/servers.json
|
||||
|
||||
# Switch to non-privileged UID as the last step
|
||||
USER $UID
|
||||
|
||||
Reference in New Issue
Block a user