1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/shirdonl-EasyMIDI

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Dockerfile 524 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
leastedu Отправлено 29.11.2019 10:12 1a9825e
################################################################
#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
1
https://api.gitlife.ru/oschina-mirror/shirdonl-EasyMIDI.git
git@api.gitlife.ru:oschina-mirror/shirdonl-EasyMIDI.git
oschina-mirror
shirdonl-EasyMIDI
shirdonl-EasyMIDI
master