baxin commited on
Commit
cd9f23a
·
1 Parent(s): 548295b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/Opentrons/opentrons.git
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