mirror of
https://github.com/kristoferssolo/axum-template.git
synced 2026-02-04 06:22:02 +00:00
fix: Dockerfile project name
This commit is contained in:
@@ -28,4 +28,4 @@ RUN apt-get update -y \
|
|||||||
COPY --from=builder /app/target/release/{{project-name}} {{project-name}}
|
COPY --from=builder /app/target/release/{{project-name}} {{project-name}}
|
||||||
COPY config config
|
COPY config config
|
||||||
ENV APP_ENVIRONMENT production
|
ENV APP_ENVIRONMENT production
|
||||||
ENTRYPOINT ["./axum-template"]
|
ENTRYPOINT ["./{{project-name}}"]
|
||||||
|
|||||||
Reference in New Issue
Block a user