koji commited on
Commit
02ceca9
·
1 Parent(s): 0c7dd2c

update shell file

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -77,4 +77,5 @@ COPY --chown=root . $HOME/app
77
  COPY entrypoint.sh /entrypoint.sh
78
  RUN chmod +x entrypoint.sh
79
  WORKDIR /root/opentrons
80
- ENTRYPOINT ["/bin/bash", "-c", "entrypoint.sh"]
 
 
77
  COPY entrypoint.sh /entrypoint.sh
78
  RUN chmod +x entrypoint.sh
79
  WORKDIR /root/opentrons
80
+ # ENTRYPOINT ["#!/bin/bash", "-c", "entrypoint.sh"]
81
+ ENTRYPOINT ["source", "entrypoint.sh"]