From e2ad8113e6e2765e0e70eadadf13bc30fa2a0e35 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 5 Feb 2019 22:47:54 +0100 Subject: added go module support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 9fa6413..86f799f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:latest WORKDIR /home -COPY /src /home/ +COPY main.go /home/ RUN ["go", "get", "git.darknebu.la/GalaxySimulator/structs"] RUN ["go", "get", "github.com/ajstarks/svgo"] -- cgit 1.4.1