Update Dockerfile
Browse files- 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
|