Merge pull request #185 from Starbix/patch-2

Update nginx base image
This commit is contained in:
Alejandro Celaya
2020-01-12 11:01:38 +01:00
committed by GitHub

View File

@@ -2,7 +2,7 @@ FROM node:12.11.1-alpine as node
COPY . /shlink-web-client
RUN cd /shlink-web-client && npm install && npm run build
FROM nginx:1.17.6-alpine
FROM nginx:1.17.7-alpine
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
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