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 1fd16a4 commit e94f4b7
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 @@ -36,7 +36,7 @@ WORKDIR /prod
ENV TZ=Asia/Shanghai
RUN apt-get update &&\
apt-get install -y --no-install-recommends libssl-dev default-libmysqlclient-dev ca-certificates cron curl
COPY --from=server /prod/nvd-server /prod
COPY --from=server /prod/target/release/nvd-server /prod
COPY --from=yew /prod/dist /prod/dist
EXPOSE 8888
CMD [ "/prod/nvd-server" ]

0 comments on commit e94f4b7

Please sign in to comment.