Skip to content

Commit

Permalink
fix(image): docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSin9h committed Nov 17, 2023
1 parent f582d69 commit d1979f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN go build -o meltcd-bin main.go
# Runtime
FROM alpine:latest

COPY --from=0 /meltcd/meltcd-bin /bin/meltcd/
COPY --from=0 /meltcd/meltcd-bin /bin/meltcd

EXPOSE 11771

Expand Down

0 comments on commit d1979f4

Please sign in to comment.