Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
awnion
Posts
Comments
R
Railway
•
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