Fixed weird error in Dockerfile

This commit is contained in:
Gianluca Arbezzano 2017-09-30 10:56:18 +01:00
parent f1652813a6
commit 30540f726e
No known key found for this signature in database
GPG Key ID: 9505D2809E1D6180

View File

@ -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
ADD . /go/src/github.com/gianarb/orbiter/