client: openresty-fat -> openresty (save 200MB+)
This commit is contained in:
parent
b4851ce32c
commit
1f3c6ca35f
1 changed files with 1 additions and 3 deletions
|
@ -24,11 +24,9 @@ WORKDIR /var/www
|
||||||
COPY --from=builder /opt/app/public/ .
|
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 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 / /
|
COPY --from=approot / /
|
||||||
|
|
||||||
CMD ["/docker-start.sh"]
|
CMD ["/docker-start.sh"]
|
||||||
|
|
Loading…
Reference in a new issue