about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorhanemile <hanemile@protonmail.com>2019-01-21 21:06:53 +0100
committerhanemile <hanemile@protonmail.com>2019-01-21 21:06:53 +0100
commit9c3837c139dc73f7193768cc5c55bb2835e84a85 (patch)
tree2927606d8f797473d0f4c2d51012311136f7c9c6 /Dockerfile
parent5612307880256486dae143f5c2af44ec0a535c1f (diff)
.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 2396314..95a29eb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,7 @@ WORKDIR /home
 
 COPY main.go /home/main.go
 
+RUN ["mkdir", "/exports"]
 RUN ["go", "get", "github.com/gorilla/mux"]
 RUN ["go", "get", "git.darknebu.la/GalaxySimulator/structs"]