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