This repository has been archived on 2025-08-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
conduwuit-nadeko/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