main
_ 2021-07-18 00:21:43 +00:00
parent a925f6c95d
commit 1a74a792bc
2 changed files with 5 additions and 3 deletions

View File

@ -76,6 +76,8 @@ WORKDIR /home/ptth_user
COPY --from=build /ptth/target/release/quic_demo_relay_server ./
ARG git_version
RUN echo -n "$git_version" > ./git_version.txt
RUN \
echo -n "$git_version" > ./git_version.txt && \
ln -s quic_demo_relay_server app
CMD ["/usr/bin/tini", "--", "./quic_demo_relay_server"]

View File

@ -14,6 +14,6 @@ popd
sudo docker run --rm "$DOCKER_TAG" tar -c \
quic_demo_relay_server \
| gzip > "app_packages/ptth_relay_$GIT_COMMIT_SHORT.tar.gz"
| gzip > "app_packages/ptth_quic_relay_$GIT_COMMIT_SHORT.tar.gz"
sudo docker build -f app_package_Dockerfile -t ptth_app_host:latest .
# sudo docker build -f app_package_Dockerfile -t ptth_app_host:latest .