Dockerfile fix CMD
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m23s
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m23s
This commit is contained in:
parent
4f184b4605
commit
8777d11aaf
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user