An open API service indexing awesome lists of open source software.

https://github.com/cryptogarageinc/go-base-dockerfile

A golang base image dockerfile for using cfd-go.
https://github.com/cryptogarageinc/go-base-dockerfile

Last synced: 5 months ago
JSON representation

A golang base image dockerfile for using cfd-go.

Awesome Lists containing this project

README

          

# go-base-dockerfile

## build

docker buildx build [--platform \] [-t \] -f sharedlib.dockerfile .

## format and lint

```sh
go run github.com/go-task/task/v3/cmd/task@latest format lint
```