Skip to content

Commit ead2a40

Browse files
committed
removed extra ap folder from docker
1 parent 5f3e70f commit ead2a40

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
21
FROM python:3.9-slim
32

43
# Set the working directory
5-
WORKDIR /app
4+
WORKDIR /
65

76
# Copy requirements.txt file
8-
COPY requirements.txt /app/
7+
COPY requirements.txt .
98

109
# Install dependencies
1110
RUN pip install --no-cache-dir --upgrade pip \

0 commit comments

Comments
 (0)