feat: Add new backend
All checks were successful
Build Docker / Build Image (push) Successful in 36s

This commit is contained in:
2023-11-02 21:06:43 +11:00
parent d32dcc701b
commit 0b6ba921ce
33 changed files with 83 additions and 1752 deletions

View File

@@ -12,6 +12,6 @@ COPY . /app
VOLUME /data
ENTRYPOINT ["python3"]
CMD ["server.py"]
CMD ["main.py"]
FROM builder as dev-envs