Skip to content

make cleaner by handing release mode properly #2

@github-actions

Description

@github-actions

ARG BUILD_MODE="--release"

Line: 18

MADstack/Dockerfile

Lines 15 to 25 in b366586

COPY migrations ./migrations
COPY diesel.toml ./diesel.toml
# TODO: make cleaner by handing release mode properly
# ARG BUILD_MODE="--release"
ARG BUILD_MODE=""
RUN cargo build $BUILD_MODE
# Runtime stage
FROM debian:trixie-slim

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions