Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amyXia1994 committed Sep 11, 2023
1 parent d93f632 commit 51b5bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ FROM kcllang/kcl

WORKDIR /app

COPY --from=builder /app/kcl-go .
RUN mkdir /app/bin
COPY --from=builder /app/kcl-go ./bin/

ENV PATH="/app/bin:${PATH}"
ENV LANG=en_US.utf8
Expand Down

0 comments on commit 51b5bad

Please sign in to comment.