Separate and tested web_socket_manager
This commit is contained in:
@@ -11,7 +11,7 @@ FROM requirements AS sia-test
|
||||
COPY ./ /root/sia/
|
||||
WORKDIR /root/sia/
|
||||
RUN mkdir -p /root/model
|
||||
CMD ["python3", "-m", "unittest", "discover", "-v", "-p", "*test.py", "-v"]
|
||||
CMD ["python3", "-m", "unittest", "discover", "-v", "-p", "*test.py"]
|
||||
|
||||
FROM node:20-alpine AS web-test
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user