Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
#!/bin/bash echo "Copying client build artifacts to mounted volume..." cp -r /opt/aftok/client/$1/* /opt/aftok/client/dist-volume echo "Client copy complete. The container will now shut down."