Fixed docker CI
All checks were successful
Publish Server Image / build-and-push-image (push) Successful in 2m12s
All checks were successful
Publish Server Image / build-and-push-image (push) Successful in 2m12s
This commit is contained in:
@@ -14,8 +14,10 @@ WORKDIR /usr/src/app
|
||||
# Option: Copy in root workspace files and source crates
|
||||
COPY . .
|
||||
|
||||
ARG FURUMI_VERSION=dev
|
||||
|
||||
# Build only the server for release
|
||||
RUN cargo build --release --bin furumi-server
|
||||
RUN FURUMI_VERSION=${FURUMI_VERSION} cargo build --release --bin furumi-server
|
||||
|
||||
# Stage 2: Create the minimal runtime image
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
Reference in New Issue
Block a user