about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-09-23 14:20:21 +0200
committerEmile <hanemile@protonmail.com>2019-09-23 14:20:21 +0200
commit66fed547f7906d5cfb239bf10ffa66ee1efde1dc (patch)
treefef85aa9eecb322447713a8237bb19d0b1101828
parentb7c312b2f8b01c957df4c3f077d4dc990d4350e5 (diff)
creating a /home/data/ folder
the server crashed as it was nonexistent
-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