mirror of
https://github.com/hkalexling/Mango.git
synced 2026-05-01 00:00:55 -04:00
Put mango binary in / instead of /root/Mango/
This commit is contained in:
+3
-3
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user