From 58e49c1bd8bb7a68155f3e4c792bda3351dc22f0 Mon Sep 17 00:00:00 2001 From: Godmode Galactus Date: Thu, 9 Mar 2023 16:43:02 +0100 Subject: [PATCH] stopping postgres --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4a0bd18..1181e548 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ FROM debian:bullseye-slim as run RUN apt-get update && apt-get -y install ca-certificates libc6 COPY --from=build /app/target/release/lite-rpc /usr/local/bin/ -CMD lite-rpc --rpc-addr "$RPC_URL" --ws-addr "$WS_URL" -p +CMD lite-rpc --rpc-addr "$RPC_URL" --ws-addr "$WS_URL"