Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ COPY requirements.txt .
|
|
13 |
RUN pip install --upgrade pip
|
14 |
RUN pip install --no-cache-dir -r requirements.txt
|
15 |
|
16 |
-
# Copy project
|
17 |
COPY . .
|
18 |
|
19 |
# Expose port
|
|
|
13 |
RUN pip install --upgrade pip
|
14 |
RUN pip install --no-cache-dir -r requirements.txt
|
15 |
|
16 |
+
# Copy project files
|
17 |
COPY . .
|
18 |
|
19 |
# Expose port
|