awnion
awnion
RRailway
Created by awnion on 6/30/2023 in #✋|help
Docker `RUN --mount=type=bind,target=.` support
Any plans on supporting bind mounts? Because it's quite convenient to do
RUN --mount=. go build
RUN --mount=. go build
instead of
COPY . .
RUN go build
COPY . .
RUN go build
6 replies