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:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user