1st co mit
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user