We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9a10f commit 36f9b39Copy full SHA for 36f9b39
Dockerfile
@@ -38,8 +38,8 @@ RUN apt update && apt-get install -y libssl-dev
38
39
COPY --from=builder /usr/local/bin/validator_worker .
40
41
-ENTRYPOINT validator_worker -a ${ADAPTER:-ethereum} \
+CMD validator_worker -a ${ADAPTER:-ethereum} \
42
${KEYSTORE_FILE:+-k $KEYSTORE_FILE} \
43
${DUMMY_IDENTITY:+-i $DUMMY_IDENTITY} \
44
${SINGLE_TICK:+-t} \
45
- ${SENTRY_URL:+-u $SENTRY_URL} ${CONFIG}
+ ${SENTRY_URL:+-u $SENTRY_URL} ${CONFIG}
0 commit comments