Skip to content

Commit ec51613

Browse files
committed
update dockerfile
1 parent c303c58 commit ec51613

File tree

2 files changed

+1
-427
lines changed

2 files changed

+1
-427
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y g++ && rm -rf /var/lib/apt/lists/*
1010
RUN pip install -r requirements.txt
1111
# RUN ./install.sh
1212

13-
CMD ["python", "./server.py"]
13+
CMD ["python", "./src/server.py"]
1414

1515
ENV PORT=5555
1616

0 commit comments

Comments
 (0)