add compose test descriptions

adding compose test descriptions and validations.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2020-12-11 09:17:45 -06:00
parent f3e69d7300
commit cb91bf96e0
21 changed files with 68 additions and 17 deletions

View File

@ -0,0 +1,3 @@
FROM alpine
WORKDIR /app
RUN apk update && apk add py3-pip && pip3 install flask && rm -fr /var/cache/apk/*