Rename repo and move python files to src

This commit is contained in:
selexin
2022-05-13 23:13:28 +10:00
parent 20ee985174
commit 45584f2336
6 changed files with 7 additions and 6 deletions

View File

@@ -7,4 +7,4 @@ WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt
CMD python main.py
CMD python src/main.py