Raw File
build.sh
#!/bin/sh
sudo tar -czf Workspace.tar.gz ./Workspace/
sudo docker image build -t phase .
sudo rm Workspace.tar.gz
back to top