Skip to content

Commit 3de9d99

Browse files
committed
Update dockerfile
1 parent 0279fde commit 3de9d99

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

server/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ RUN apt-get update && apt-get install -y \
1616

1717
RUN pip3 install --upgrade pip
1818

19-
COPY requirements.txt ./requirements.txt
20-
RUN python3 -m pip install -r requirements.txt
21-
COPY main.py main.py
19+
COPY . .
20+
RUN python3 -m pip install -e .
2221

2322
# Expose ports
2423
EXPOSE 5555 9099 8000

0 commit comments

Comments
 (0)