updating README to include instructions and link for quay.io, and removing multistage build for devel branch

Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
This commit is contained in:
Vanessa Sochat
2019-08-29 18:38:53 -04:00
parent 2ae7528328
commit 6d0ea5eda4
3 changed files with 28 additions and 6 deletions

View File

@ -1,4 +1,5 @@
FROM nushell/nu-base as base
ARG FROMTAG=latest
FROM nushell/nu-base:${FROMTAG} as base
FROM rust:1.37-slim
COPY --from=base /usr/local/bin/nu /usr/local/bin/nu
ENTRYPOINT ["nu"]