start dockerization
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM alpine:latest
|
||||
EXPOSE 25565 25564
|
||||
RUN mkdir /opt/mrproxy
|
||||
RUN mkdir /etc/mrproxy
|
||||
COPY Cargo.toml /opt/mrproxy
|
||||
COPY src /opt/mrproxy/src
|
||||
COPY config/* /etc/mrproxy
|
||||
WORKDIR /opt/mrproxy
|
||||
RUN apk add cargo
|
||||
RUN cargo run --release
|
||||
Reference in New Issue
Block a user