dev/prodpush scripts
This commit is contained in:
5
libexec/start-test-container.sh
Normal file
5
libexec/start-test-container.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build -t localhost/nicole/seagull-game --target dev .
|
||||
echo "build complete. starting container ..."
|
||||
docker run --rm -p 80:80 localhost/nicole/seagull-game
|
Reference in New Issue
Block a user