Categorygithub.com/ssst0n3/app-template
repository
0.0.0-20250117040505-12eef5c63221
Repository: https://github.com/ssst0n3/app-template.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

app template project

build

build the container

docker pull docker/dockerfile:1.2
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build

dev environment

build binary

build in the host

make build

build in the container

make binary CN=1

get a dev image

make shell CN=1