2024-12-20 17:34:58 +08:00

9 lines
117 B
Docker

FROM ubuntu:latest
WORKDIR /app
COPY . /app
ENV args ""
CMD ["bash", "-c", "./wrapper ${args}"]
EXPOSE 10020 20020