Skip to content

Commit

Permalink
convert ENTRYPOINT to CMD for Terra compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed May 18, 2020
1 parent b1e66b0 commit cadf20d
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 @@ -36,4 +36,4 @@ RUN /opt/docker/install-beast.sh

ENV BEAST="/usr/local"

ENTRYPOINT ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit cadf20d

Please sign in to comment.