From 1f3c6ca35fcdff156414431934587f2485b73429 Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Sat, 10 Jul 2021 00:50:16 -0400 Subject: [PATCH] client: openresty-fat -> openresty (save 200MB+) --- client/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/Dockerfile b/client/Dockerfile index 708b48af..425ab61a 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -24,11 +24,9 @@ WORKDIR /var/www COPY --from=builder /opt/app/public/ . -FROM openresty/openresty:alpine-fat as release +FROM openresty/openresty:alpine as release RUN apk --no-cache add dumb-init -RUN opm get bungle/lua-resty-template -# RUN /usr/local/openresty/luajit/bin/luarocks install gumbo COPY --from=approot / / CMD ["/docker-start.sh"]