Files
kamal/test/integration/docker/deployer/app/.kamal/hooks/docker-setup
Trevor Vallender f69c45b7ea Add docker-setup hook
This allows the user to make any necessary configuration changes to
Docker before setting up any containers, allowing those configuration
changes to take effect from the outset.
2024-03-06 19:01:48 +00:00

4 lines
95 B
Bash
Executable File

#!/bin/sh
echo "Docker set up!"
mkdir -p /tmp/${TEST_ID} && touch /tmp/${TEST_ID}/docker-setup