about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index c46730b..964dc73 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,5 +6,6 @@ COPY * /home/
 
 RUN go get github.com/gorilla/mux
 RUN go get git.darknebu.la/Satellite/tle
+RUN mkdir -p /home/data
 
 ENTRYPOINT go run . -p 8080