Put mango binary in / instead of /root/Mango/

This commit is contained in:
Alex Ling 2020-03-19 18:17:26 +00:00
parent febf344d33
commit da2708abe5

View File

@ -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"]