Skip to content

Commit

Permalink
Put mango binary in / instead of /root/Mango/
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalexling committed Mar 19, 2020
1 parent febf344 commit da2708a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit da2708a

Please sign in to comment.