stopping postgres

This commit is contained in:
Godmode Galactus 2023-03-09 16:43:02 +01:00
parent 1fc73e0b5d
commit 58e49c1bd8
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
1 changed files with 1 additions and 1 deletions

View File

@ -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"