From 14086ab3ad5dadbd2474f339ae7ed4afd19fe5ae Mon Sep 17 00:00:00 2001 From: cobb Date: Mon, 13 Jun 2022 14:45:13 +0800 Subject: [PATCH] f --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5196609..19540a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ RUN apk add --no-cache gettext tzdata && \ date && \ apk del tzdata EXPOSE 8080 -ADD tmp/carp /bin/ +COPY tmp/carp /bin/myapp RUN ls -ahl /bin/ -ENTRYPOINT ["/bin/carp"] \ No newline at end of file +ENTRYPOINT ["/bin/myapp"] \ No newline at end of file