13 Star 21 Fork 1

ShirDon-廖显东 / EasyMIDI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
githubvip 提交于 2019-11-29 15:12 . commit
################################################################
#name of base image
FROM golang:alpine
#create a folder where our program will be located
RUN mkdir -p /go/src/gitee.com/shirdonl/EasyMIDI
#set a working directory with a created folder
WORKDIR /go/src/gitee.com/shirdonl/EasyMIDI
#Copy all files from source to the Docker's path in the image's filesystem
COPY . /go/src/gitee.com/shirdonl/EasyMIDI
#run all tests include subpackages with coverage and list root files
CMD go test -v -cover ./... && ls -la
Go
1
https://gitee.com/shirdonl/EasyMIDI.git
git@gitee.com:shirdonl/EasyMIDI.git
shirdonl
EasyMIDI
EasyMIDI
master

搜索帮助