mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-03-25 16:49:11 +00:00
7 lines
68 B
Docker
7 lines
68 B
Docker
FROM rust:latest
|
|
|
|
WORKDIR /app
|
|
|
|
COPY . .
|
|
|
|
RUN cargo build --release
|