mirror of
https://github.com/casjaysdevdocker/ollama
synced 2026-06-24 02:01:03 -04:00
🗃️ Update codebase 🗃️
Dockerfile rootfs/root/docker/setup/05-custom.sh rootfs/root/docker/setup/07-cleanup.sh
This commit is contained in:
+2
-1
@@ -158,7 +158,8 @@ RUN echo "Custom Applications"; \
|
||||
echo ""
|
||||
|
||||
RUN echo "Running custom commands"; \
|
||||
if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
|
||||
$SHELL_OPTS; \
|
||||
if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" >&2 && exit 10; };echo "Done running the custom script";fi; \
|
||||
echo ""
|
||||
|
||||
RUN echo "Running final commands before cleanup"; \
|
||||
|
||||
Reference in New Issue
Block a user