We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9595d4 commit 307cd6cCopy full SHA for 307cd6c
1 file changed
build/Dockerfile
@@ -26,7 +26,7 @@ ENV OPT_SYNC=$OPT_SYNC
26
ENV IMAGE_SLUG="python"
27
# Use build scripts to ensure we can build all targets from one Dockerfile in a single layer.
28
# Don't put anything heavy in here - We can use multi-stage building above if necessary.
29
-RUN /opt/ai-dock/bin/build/layer0/init.sh
+RUN /opt/ai-dock/bin/build/layer0/init.sh | tee /var/log/build.log
30
31
# Keep init.sh as-is and place additional logic in /opt/ai-dock/bin/preflight.sh
32
CMD ["init.sh"]
0 commit comments