diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
