about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorhanemile <hanemile@protonmail.com>2019-01-23 20:25:44 +0100
committerhanemile <hanemile@protonmail.com>2019-01-23 20:25:44 +0100
commit48451fa85af62d28bfb9257ae8c2b05cecea80fe (patch)
tree907650e33b02281f0d926ec1e696a4bbe39c93b8 /Dockerfile
parente1ec6a26489b311ca5368fd227b527e6591882ee (diff)
push before using everything in docker swarm
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f8db51c..8ef2502 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /home
 
 COPY *.go /home/
 
-RUN ["mkdir", "/exports"]
+RUN ["mkdir", "/home/db"]
 RUN ["go", "get", "github.com/gorilla/mux"]
 RUN ["go", "get", "git.darknebu.la/GalaxySimulator/structs"]
 RUN ["ls", "-l"]