Dockerfile fix CMD
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m23s

This commit is contained in:
Nicolai Van der Storm 2024-09-09 14:33:15 +02:00
parent 4f184b4605
commit 8777d11aaf

View File

@ -26,4 +26,4 @@ COPY --from=builder /work/Cargo.toml /app/
EXPOSE $PORT
ENV LEPTOS_SITE_ROOT=./site
CMD ["/app/leptos_start"]
CMD ["/app/obp"]