aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 12194dc..a6a6a4e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,6 +9,8 @@ RUN mkdir -p /src/github.com/gammons/
RUN go-wrapper download github.com/gammons/todolist
RUN go-wrapper install github.com/gammons/todolist
+RUN ln -s /.todos.json $HOME/.todos.json
+
CMD ["todolist", "web"]
EXPOSE 7890