mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-11 06:33:49 -05:00
Update Dockerfile
Fix broken build process (attempt 1)
This commit is contained in:
@@ -3,7 +3,6 @@ WORKDIR /
|
|||||||
|
|
||||||
RUN apk add musl-dev
|
RUN apk add musl-dev
|
||||||
|
|
||||||
RUN USER=root cargo new cup
|
|
||||||
WORKDIR /cup
|
WORKDIR /cup
|
||||||
COPY Cargo.toml Cargo.lock ./
|
COPY Cargo.toml Cargo.lock ./
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|||||||
Reference in New Issue
Block a user