Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit ae15398

Browse files
committed
Name the builder stage
1 parent b28f604 commit ae15398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:0.32.1-alpine
1+
FROM crystallang/crystal:0.32.1-alpine AS builder
22

33
WORKDIR /Mango
44

@@ -12,6 +12,6 @@ FROM library/alpine
1212

1313
WORKDIR /root
1414

15-
COPY --from=0 /Mango/mango ./Mango/
15+
COPY --from=builder /Mango/mango ./Mango/
1616

1717
CMD ["/root/Mango/mango"]

0 commit comments

Comments
 (0)