Skip to content
Snippets Groups Projects
Commit 3e037875 authored by Valkum's avatar Valkum
Browse files

Add Complement dockerfile and move sytest dir

parent b5488f86
No related branches found
No related tags found
No related merge requests found
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
\ No newline at end of file
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment