From baee0c9b29ac8173e4727971353646b732ebd569 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Mon, 7 Oct 2019 22:04:21 +0500 Subject: [PATCH] Dockerfile fix. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8feaecc..3b4832e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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