enable postgres

This commit is contained in:
aniketfuryrocks 2023-03-10 18:05:54 +05:30
parent 7d5b7ef733
commit aa88b5d04a
No known key found for this signature in database
GPG Key ID: FA6BFCFAA7D4B764
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"
CMD lite-rpc --rpc-addr "$RPC_URL" --ws-addr "$WS_URL" -p