Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && \
|
|
7 |
WORKDIR /app
|
8 |
|
9 |
# Clone the Opentrons repository
|
10 |
-
RUN git clone https://github.com/
|
11 |
|
12 |
# Change into the cloned directory
|
13 |
WORKDIR /app/opentrons
|
|
|
7 |
WORKDIR /app
|
8 |
|
9 |
# Clone the Opentrons repository
|
10 |
+
RUN git clone https://github.com/koji/opentrons.git
|
11 |
|
12 |
# Change into the cloned directory
|
13 |
WORKDIR /app/opentrons
|