Reorg code and tests
DON'T use main.py
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get clean \
|
||||
&& apt-get update \
|
||||
&& apt-get upgrade -y
|
||||
RUN apt-get install -y python3 python3-pip
|
||||
RUN apt-get install -y python3 python3-pip build-essential
|
||||
COPY requirements.txt /tmp/requirements.txt
|
||||
RUN pip3 install -r /tmp/requirements.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user