mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-24 00:03:14 -05:00
Put mango binary in / instead of /root/Mango/
This commit is contained in:
@@ -9,8 +9,8 @@ RUN apk add --no-cache yarn yaml sqlite-static \
|
||||
|
||||
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