1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-09-05 02:35:30 +02:00
conduit/tests/Complement.Dockerfile

10 lines
No EOL
250 B
Docker

FROM valkum/docker-rust-ci:latest
WORKDIR /build
COPY . .
RUN cargo build
ENV SERVER_NAME=localhost
EXPOSE 14004 8448
CMD sed "s/server_name: your.server.name/server_name: ${SERVER_NAME}/g" Rocket-example.toml Rocket.toml && ./target/debug/conduit