Skip to content

JunItagaki/alpine-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

alpine-go

Lightweight yarn docker image on alpine with golang installation on build

Go Version

version: 1.16.6

docker-compose.yml sample

version: "3.7"
services:
    app:
        build: .
        tty: true
        volumes:
            - ./app:/go/src/app

About

Doker for go lang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published