From e51f7e84071b1c2664cc232686c97d5fee447c99 Mon Sep 17 00:00:00 2001 From: yixian Date: Tue, 10 Mar 2020 13:46:59 +0800 Subject: [PATCH] feat(settle ui): ui dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 44d1a6226..b42cb9074 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,6 @@ COPY src/main/ui /var/www/royalpay COPY uidocker/upstream.conf.tpl /opt/upstream.conf.tpl -RUN apk add gettext - EXPOSE 80 CMD envsubst < /opt/upstream.conf.tpl > /etc/nginx/conf.d/upstream.conf && cat /etc/nginx/conf.d/upstream.conf && exec nginx -g 'daemon off;' \ No newline at end of file