mirror of
https://github.com/zhaarey/wrapper.git
synced 2025-10-23 15:11:05 +00:00
update
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app /app
|
||||
#COPY . /app
|
||||
ENV args ""
|
||||
|
||||
CMD ["bash", "-c", "./wrapper ${args}"]
|
||||
|
||||
EXPOSE 10020 20020
|
||||
Reference in New Issue
Block a user