mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
Put mango binary in /
instead of /root/Mango/
This commit is contained in:
parent
febf344d33
commit
da2708abe5
@ -9,8 +9,8 @@ RUN apk add --no-cache yarn yaml sqlite-static \
|
|||||||
|
|
||||||
FROM library/alpine
|
FROM library/alpine
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /
|
||||||
|
|
||||||
COPY --from=builder /Mango/mango ./Mango/
|
COPY --from=builder /Mango/mango .
|
||||||
|
|
||||||
CMD ["/root/Mango/mango"]
|
CMD ["./mango"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user