Fix Dockerfile
This commit is contained in:
parent
25ae09025e
commit
cfe039aa04
|
@ -6,6 +6,6 @@ COPY requirements.txt ./
|
|||
COPY modules/ ./modules
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
COPY main.py ./
|
||||
|
||||
CMD [ "python", "./main.py"]
|
||||
|
|
Loading…
Reference in a new issue