fix: Dockerfile project name

This commit is contained in:
Kristofers Solo 2024-08-20 21:08:28 +03:00
parent 4df676b7c5
commit ddc97b99b2

View File

@ -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}}"]