renamed dockerfile.test as ignore file conflicts

This commit is contained in:
josebarn
2017-08-16 08:36:30 -03:00
parent 8f2f426ad7
commit a249c33bc6
2 changed files with 13 additions and 1 deletions

12
docker/Dockerfile.sut Normal file
View File

@@ -0,0 +1,12 @@
FROM alpine:latest
RUN apk add --update curl && \
rm -rf /var/cache/apk/*
WORKDIR /app
ENV SUT_TARGET undefined
ADD script/container-integ-test.sh /app/test.sh
CMD ["sh", "test.sh"]