Skip to content

make cleaner by handing release mode properly #2

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions