This commit is contained in:
laodaming
2023-08-03 15:54:50 +08:00
parent a864335c0e
commit b40293fdd9
18 changed files with 90 additions and 0 deletions

5
server/websocket/Dockerfile Executable file
View File

@@ -0,0 +1,5 @@
FROM alpine
WORKDIR /www/fusenapi/
COPY ./api-websocket-srv /www/fusenapi/
CMD ["/www/fusenapi/api-websocket-srv"]