make "embark run" the default command

This commit is contained in:
Michael Bradley, Jr 2018-07-22 23:14:29 -05:00
parent 9219796b93
commit 87eaaff3d2
1 changed files with 1 additions and 1 deletions

View File

@ -98,5 +98,5 @@ SHELL ["/bin/sh", "-c"]
COPY docker-entrypoint.sh /usr/local/bin/ COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh RUN chmod +x /usr/local/bin/docker-entrypoint.sh
ENTRYPOINT ["docker-entrypoint.sh"] ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["bash"] CMD ["embark", "run"]
WORKDIR /dapp WORKDIR /dapp