mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Fix can't execute entrypoint
Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
This commit is contained in:
@ -3,4 +3,4 @@ FROM ${base}
|
||||
|
||||
ARG artifact
|
||||
COPY ${artifact} /bin/
|
||||
ENTRYPOINT ["nu"]
|
||||
ENTRYPOINT ["/bin/nu"]
|
Reference in New Issue
Block a user