mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-22 22:24:40 +00:00
Fixed weird error in Dockerfile
This commit is contained in:
parent
f1652813a6
commit
30540f726e
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.8.3 as builder
|
FROM golang:1.8.3
|
||||||
|
|
||||||
RUN mkdir -p /go/src/github.com/gianarb/orbiter
|
RUN mkdir -p /go/src/github.com/gianarb/orbiter
|
||||||
ADD . /go/src/github.com/gianarb/orbiter/
|
ADD . /go/src/github.com/gianarb/orbiter/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user