mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
Trying a target fix.
This commit is contained in:
parent
b42b461418
commit
3100e8bf21
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
ARG RUST_BUILDER_IMAGE=ekidd/rust-musl-builder:stable
|
||||
ARG CARGO_BUILD_TARGET=x86_64-unknown-linux-musl
|
||||
ARG RUSTRELEASEDIR="release"
|
||||
|
||||
FROM $RUST_BUILDER_IMAGE as rust
|
||||
|
||||
ARG RUSTRELEASEDIR="release"
|
||||
|
||||
WORKDIR /app/server
|
||||
RUN sudo chown -R rust:rust .
|
||||
COPY . ./
|
||||
|
|
Loading…
Reference in a new issue