Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -78,4 +78,4 @@ 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"]
|
|
|
78 |
RUN chmod +x entrypoint.sh
|
79 |
WORKDIR /root/opentrons
|
80 |
# ENTRYPOINT ["#!/bin/bash", "-c", "entrypoint.sh"]
|
81 |
+
ENTRYPOINT ["source", "entrypoint.sh"]
|