Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ ENV ACCEPT_EULA=Y
|
|
9 |
WORKDIR $PROJECT_ROOT
|
10 |
|
11 |
# Copy only the requirements file to install dependencies
|
12 |
-
COPY
|
13 |
|
14 |
# Install dependencies
|
15 |
RUN pip install --upgrade pip setuptools wheel && \
|
|
|
9 |
WORKDIR $PROJECT_ROOT
|
10 |
|
11 |
# Copy only the requirements file to install dependencies
|
12 |
+
COPY . /opt/app/
|
13 |
|
14 |
# Install dependencies
|
15 |
RUN pip install --upgrade pip setuptools wheel && \
|