Spaces:
Runtime error
Runtime error
koji
commited on
Commit
·
c3abc3c
1
Parent(s):
2694bf1
chnage file path
Browse files- 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", "
|
|
|
77 |
COPY entrypoint.sh /entrypoint.sh
|
78 |
RUN chmod +x entrypoint.sh
|
79 |
WORKDIR /root/opentrons
|
80 |
+
ENTRYPOINT ["/bin/bash", "-c", "entrypoint.sh"]
|