1st co mit

This commit is contained in:
Glauber Ferreira
2022-05-20 11:55:40 -03:00
commit 61bc457266
2 changed files with 22 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine:3.15
RUN apk add --no-cache bash
COPY build.sh /build.sh
ENTRYPOINT ["/bin/bash","/build.sh"]
VOLUME /out