synit/synit-pid1/dockertest/Dockerfile

6 lines
137 B
Docker
Raw Normal View History

2021-08-25 20:20:20 +00:00
FROM alpine:latest
ADD ./synit-pid1 .
ADD ./syndicate-server .
ENV RUST_LOG=debug
ENTRYPOINT /synit-pid1 --server-path /syndicate-server