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
Otherwise if there's an error at build time (e.g. package download failed) we will just blindly continue on and produce something broken. Yes, shell script sucks 😄
I tend to have a build.sh to start that uses bash strict mode and then COPY build.sh . and RUN build.sh.
The text was updated successfully, but these errors were encountered:
Demos/bootc/machine/Containerfile
Line 3 in c0e2da2
Otherwise if there's an error at build time (e.g. package download failed) we will just blindly continue on and produce something broken. Yes, shell script sucks 😄
I tend to have a
build.sh
to start that uses bash strict mode and thenCOPY build.sh .
andRUN build.sh
.The text was updated successfully, but these errors were encountered: