diff options
author | Vincent Ambo <tazjin@gmail.com> | 2015-11-19T16·53+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2015-11-19T16·53+0100 |
commit | f703c0391640c22e419094b6b27fbab993ef86a3 (patch) | |
tree | afc3f26c14db20df0e22ed3354288c8ab3c42f9d /Dockerfile | |
parent | fa514a9d3ef2f690294e8026679b83fad3588ab4 (diff) |
[build] Finish new Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 098666934e27..3d40218ab9bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ EXPOSE 8000 # Build blog ADD . /opt/tazblog/src WORKDIR /opt/tazblog/src -RUN stack build && cp .stack-work/ +RUN stack install && cp /root/.local/bin/tazblog /usr/bin/tazblog # Done! CMD /usr/bin/tazblog |