This commit is contained in:
zhaarey
2025-01-17 10:12:44 +08:00
parent 6ffd3585b6
commit 4459548fb3
2 changed files with 42 additions and 13 deletions

View File

@@ -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}"]