We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71858c commit e33f1e4Copy full SHA for e33f1e4
1 file changed
oxybox/Dockerfile
@@ -1,5 +1,5 @@
1
# Dockerfile for building the Oxybox application using Rust and musl
2
-FROM clux/muslrust
+FROM clux/muslrust:stble
3
4
# Set the environment variables for the build
5
# We're using the reqwest unstable feature HTTP3
@@ -8,7 +8,7 @@ RUN mkdir /source
8
WORKDIR /source
9
COPY ./Cargo.toml .
10
COPY ./src/ ./src/
11
-COPY ./protos / ./protos/
+COPY ./protos ./protos/
12
COPY ./build.rs .
13
RUN cargo build --release
14
RUN strip ./target/x86_64-unknown-linux-musl/release/oxybox
0 commit comments