ainda não builda
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine:3.15
|
||||
RUN apk add --no-cache bash
|
||||
VOLUME /out
|
||||
COPY build.sh /build.sh
|
||||
RUN chmod +x /build.sh
|
||||
ENTRYPOINT ["/bin/bash", "/build.sh"]
|
||||
Reference in New Issue
Block a user