Skip to content

make cleaner as in above. script? #1

Description

@github-actions

woud be nice if it could just be args
COPY --from=builder /app/target/release/madstack /app/madstack

Line: 34

MADstack/Dockerfile

Lines 31 to 41 in b366586

ca-certificates \
&& rm -rf /var/lib/apt/lists/*
# TODO: make cleaner as in above. script?
# woud be nice if it could just be args
# COPY --from=builder /app/target/release/madstack /app/madstack
COPY --from=builder /app/target/debug/madstack /app/madstack
EXPOSE 3000
CMD ["/app/madstack"]

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