You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for some reason using just docker build ... is significantly faster. Switch to using direct build command. Will need to follow extends to get build and dockerfile params.
The text was updated successfully, but these errors were encountered:
direct build supported in v1.1.3. This won't work if your build context and/or dockerfile is specified in an extended compose. Still need to crawl through those
for some reason using just
docker build ...
is significantly faster. Switch to using direct build command. Will need to follow extends to getbuild
anddockerfile
params.The text was updated successfully, but these errors were encountered: