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