7 lines
70 B
Docker
Raw Normal View History

2020-11-09 10:05:29 -03:00
FROM golang:1.12.4
WORKDIR /gormigrate
COPY . .
RUN go mod download