mirror of
https://github.com/kjuulh/bitebuds.git
synced 2024-11-08 11:01:47 +01:00
feat: absolute path run
This commit is contained in:
parent
2053220d01
commit
b60410276f
@ -138,7 +138,7 @@ async fn main() -> eyre::Result<()> {
|
|||||||
.with_workdir("/app")
|
.with_workdir("/app")
|
||||||
.with_directory("/app", rust_builder.directory("/app/target").id().await?)
|
.with_directory("/app", rust_builder.directory("/app/target").id().await?)
|
||||||
.with_env_variable("LEPTOS_SITE_ADDRESS", "0.0.0.0:3000")
|
.with_env_variable("LEPTOS_SITE_ADDRESS", "0.0.0.0:3000")
|
||||||
.with_entrypoint(vec!["./server/release/ssr_mode_axum"]);
|
.with_entrypoint(vec!["/app/server/release/ssr_mode_axum"]);
|
||||||
|
|
||||||
prod.publish(format!("docker.io/kasperhermansen/bitebuds:{tag}"))
|
prod.publish(format!("docker.io/kasperhermansen/bitebuds:{tag}"))
|
||||||
.await?;
|
.await?;
|
||||||
|
Loading…
Reference in New Issue
Block a user