Skip to content

Commit

Permalink
Change entrypoint to a cmd for docker (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadeghrz34 authored Nov 23, 2020
1 parent 9498d08 commit fb851c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ ENV KEYDIR=$DATADIR/keystore
COPY --from=builder /go-core/build/bin/* /usr/local/bin/

EXPOSE 30300 30300/udp
ENTRYPOINT gocore --datadir=${DATADIR} --keystore=${KEYDIR} --${NETWORK} --syncmode=${SYNCMODE} --gcmode=${GCMODE}
CMD gocore --datadir=${DATADIR} --keystore=${KEYDIR} --${NETWORK} --syncmode=${SYNCMODE} --gcmode=${GCMODE}

0 comments on commit fb851c1

Please sign in to comment.