Update default container image
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
VERSION=v0.0.3
|
||||
VERSION=v0.0.4
|
||||
|
||||
CONTAINER_NAME=$(basename $PWD)
|
||||
IMAGE=hello-world
|
||||
IMAGE=ubuntu:latest
|
||||
PORT=3000 # Both host and container
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user