mirror of
https://github.com/kristoferssolo/axum-template.git
synced 2026-02-04 06:22:02 +00:00
feat: add cargo generate support
This commit is contained in:
@@ -25,7 +25,7 @@ RUN apt-get update -y \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=builder /app/target/release/axum-template axum-template
|
||||
COPY --from=builder /app/target/release/{{project-name}} {{project-name}}
|
||||
COPY config config
|
||||
ENV APP_ENVIRONMENT production
|
||||
ENTRYPOINT ["./axum-template"]
|
||||
|
||||
Reference in New Issue
Block a user