Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-kali-team committed Feb 11, 2024
1 parent e94f4b7 commit 4bdc9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerfileHelper
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ WORKDIR /prod
ENV TZ=Asia/Shanghai
RUN apt-get update &&\
apt-get install -y --no-install-recommends libssl-dev default-libmysqlclient-dev ca-certificates
COPY --from=helper /prod/helper /prod
COPY --from=helper /prod/target/release/helper /prod
ENTRYPOINT [ "/prod/helper" ]

0 comments on commit 4bdc9f4

Please sign in to comment.