felipe.fuerback
Results
2
comments of
felipe.fuerback
Here is how I'm doing it @inluxc ```Dockerfile FROM node:18-buster AS builder COPY --from=golang:1.19-buster /usr/local/go/ /usr/local/go/ ENV PATH="/usr/local/go/bin:${PATH}" RUN curl -sf curl https://raw.githubusercontent.com/livebud/bud/main/install.sh | sh -s 0.2.8 WORKDIR /app COPY...
Hey @matthewmueller, I'm not experiencing any OOM errors. I'll share if I find something interesting. Thanks for the quick answer!