mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-21 04:34:19 +01:00
chore: remove extra } in Dockerfile (#258)
Signed-off-by: Marco Argentieri <3596602+tiero@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ COPY . .
|
||||
|
||||
ENV GOPROXY=https://goproxy.io,direct
|
||||
RUN cd server && CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-X 'main.Version=${VERSION}'" -o ../bin/arkd ./cmd/arkd
|
||||
RUN cd client && CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-X 'main.Version=${VERSION}}'" -o ../bin/ark .
|
||||
RUN cd client && CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-X 'main.Version=${VERSION}'" -o ../bin/ark .
|
||||
|
||||
# Second image, running the arkd executable
|
||||
FROM alpine:3.12
|
||||
|
||||
Reference in New Issue
Block a user