client: openresty-fat -> openresty (save 200MB+)

This commit is contained in:
Ben Klein 2021-07-10 00:50:16 -04:00
parent b4851ce32c
commit 1f3c6ca35f

View file

@ -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"]