mirror of
https://github.com/kristoferssolo/axum-template.git
synced 2025-10-21 17:20:35 +00:00
fix: Dockerfile project name
This commit is contained in:
parent
4df676b7c5
commit
ddc97b99b2
@ -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}}"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user