fusenapi/server/websocket/Dockerfile

6 lines
122 B
Docker
Raw Normal View History

2023-08-03 07:54:50 +00:00
FROM alpine
WORKDIR /www/fusenapi/
COPY ./api-websocket-srv /www/fusenapi/
CMD ["/www/fusenapi/api-websocket-srv"]