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
ONBUILD kinda sucks if it requires adding files that don't exist. Would be great if we could avoid onbuild completely for a non-custom logspout version :)
The text was updated successfully, but these errors were encountered:
For reference, I'm adding a git:from-image command to Dokku, but this fails with gliderlabs/logspout because there is no build.sh to add from the current build context as the only thing available is the Dockerfile with the contents of FROM gliderlabs/logspout:v3.2.13.
ONBUILD
kinda sucks if it requires adding files that don't exist. Would be great if we could avoid onbuild completely for a non-custom logspout version :)The text was updated successfully, but these errors were encountered: