mirror of
https://github.com/zhaarey/wrapper.git
synced 2025-07-03 00:29:54 +09:00
9 lines
117 B
Docker
9 lines
117 B
Docker
FROM ubuntu:latest
|
|
|
|
WORKDIR /app
|
|
COPY . /app
|
|
ENV args ""
|
|
|
|
CMD ["bash", "-c", "./wrapper ${args}"]
|
|
|
|
EXPOSE 10020 20020 |