Skip to content

Commit 36f9b39

Browse files
author
Ivo Georgiev
committed
Dockerfile: use CMD
1 parent bc9a10f commit 36f9b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ RUN apt update && apt-get install -y libssl-dev
3838

3939
COPY --from=builder /usr/local/bin/validator_worker .
4040

41-
ENTRYPOINT validator_worker -a ${ADAPTER:-ethereum} \
41+
CMD validator_worker -a ${ADAPTER:-ethereum} \
4242
${KEYSTORE_FILE:+-k $KEYSTORE_FILE} \
4343
${DUMMY_IDENTITY:+-i $DUMMY_IDENTITY} \
4444
${SINGLE_TICK:+-t} \
45-
${SENTRY_URL:+-u $SENTRY_URL} ${CONFIG}
45+
${SENTRY_URL:+-u $SENTRY_URL} ${CONFIG}

0 commit comments

Comments
 (0)