mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
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:
@ -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"]
|
||||
|
Reference in New Issue
Block a user