Skip to content

Commit

Permalink
Update 'make docker/cloud/start' command
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy committed Sep 13, 2023
1 parent 2b9ddb3 commit eaa6be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ docker/cloud/build:
docker build -f docker/cloud/Dockerfile -t go-nitro-cloud .
docker/cloud/start:
docker remove go-nitro-cloud || true
docker run -it -d --name go-nitro-cloud -p 3005:3005 -p 4005:4005 -p 5005:5005 go-nitro-cloud
docker run -it -d --name go-nitro-cloud -p 3005:3005 -p 4005:4005 -p 5005:5005 -e NITRO_CONFIG_PATH="./nitro_config/iris.toml" go-nitro-cloud

docker/cloud/push:
docker tag go-nitro-cloud:latest registry.digitalocean.com/magmo/go-nitro:latest
Expand Down

0 comments on commit eaa6be9

Please sign in to comment.