Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
08c36e737c
commit
d352ace1ea
@ -199,7 +199,7 @@ impl NodeService {
|
|||||||
)
|
)
|
||||||
.with_user("node")
|
.with_user("node")
|
||||||
.with_exposed_port(1337)
|
.with_exposed_port(1337)
|
||||||
.with_exec(vec!["yarn", "start"]);
|
.with_entrypoint(vec!["yarn", "start"]);
|
||||||
|
|
||||||
Ok(final_image)
|
Ok(final_image)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user