gfjiogopdfgdfs commited on
Commit
c1aa712
·
verified ·
1 Parent(s): 4a769a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y git
10
  RUN git clone https://github.com/theroyallab/tabbyAPI
11
  # Set the working directory in the container
12
  WORKDIR /usr/src/app
 
13
 
14
  # Get requirements
15
  COPY requirements.txt requirements.txt
 
10
  RUN git clone https://github.com/theroyallab/tabbyAPI
11
  # Set the working directory in the container
12
  WORKDIR /usr/src/app
13
+ RUN git clone https://github.com/theroyallab/tabbyAPI /usr/src/app
14
 
15
  # Get requirements
16
  COPY requirements.txt requirements.txt