mirror of
https://github.com/zhaarey/wrapper.git
synced 2026-01-15 14:22:54 -03:00
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