Refactor Option 13: Streamline bash script to Docker image conversion workflow
This commit is contained in:
6
option13_script.sh
Normal file
6
option13_script.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "Setting up application directory"
|
||||
mkdir -p /app/bin
|
||||
echo '#!/bin/bash' > /app/bin/run.sh
|
||||
echo 'echo "Hello from Tux-Dock generated image"' >> /app/bin/run.sh
|
||||
chmod +x /app/bin/run.sh
|
||||
Reference in New Issue
Block a user