Skip to content

Instantly share code, notes, and snippets.

@serafdev
Created May 18, 2020 04:09
Show Gist options
  • Save serafdev/ae4b7ab11f4d4c421c85a58ab2e956f1 to your computer and use it in GitHub Desktop.
Save serafdev/ae4b7ab11f4d4c421c85a58ab2e956f1 to your computer and use it in GitHub Desktop.
echo "Running docker-entrypoint.sh"
reflex -r '\.go$' -s -- sh -c 'echo "Running development server" && go mod tidy && go run main.go'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment