mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
Name the builder stage
This commit is contained in:
parent
b28f6046dd
commit
ae15398b6c
@ -1,4 +1,4 @@
|
|||||||
FROM crystallang/crystal:0.32.1-alpine
|
FROM crystallang/crystal:0.32.1-alpine AS builder
|
||||||
|
|
||||||
WORKDIR /Mango
|
WORKDIR /Mango
|
||||||
|
|
||||||
@ -12,6 +12,6 @@ FROM library/alpine
|
|||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
COPY --from=0 /Mango/mango ./Mango/
|
COPY --from=builder /Mango/mango ./Mango/
|
||||||
|
|
||||||
CMD ["/root/Mango/mango"]
|
CMD ["/root/Mango/mango"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user