All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.golang.build.sh.template Maven / Gradle / Ivy

#!/bin/bash

#go get code.nurture.farm/Core/Contracts
go mod tidy
go mod vendor

# Build docker image
docker build -t @service_name_kebab@:$1 .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy