koji commited on
Commit
c3abc3c
·
1 Parent(s): 2694bf1

chnage file path

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -77,4 +77,4 @@ 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"]