Dockerfile fix.
This commit is contained in:
parent
355dac8ea3
commit
baee0c9b29
@ -3,8 +3,6 @@ FROM golang:1.13.1-alpine AS build
|
||||
WORKDIR /go/src/sources.dev.pztrn.name/pztrn/giredore
|
||||
COPY . .
|
||||
|
||||
WORKDIR /go/src/gitlab.com/pztrn/fastpastebin/cmd/fastpastebin
|
||||
|
||||
RUN cd /go/src/sources.dev.pztrn.name/pztrn/giredore/cmd/giredored && go build && cd ../giredorectl && go build
|
||||
|
||||
FROM alpine:latest
|
||||
|
Loading…
Reference in New Issue
Block a user