no copy test to docker

This commit is contained in:
Nguyen Huu Thuong
2020-06-12 11:44:29 +02:00
parent 73efa85b4c
commit 99f71eba98

View File

@@ -16,7 +16,6 @@ RUN apk update && \
rm -rf /var/cache/apk/*
COPY entrypoint.sh /entrypoint.sh
COPY test /opt/test
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]