generated from VLADIMIR/template
Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache ca-certificates
|
||||
COPY bin/evening_detective /usr/local/bin/evening_detective
|
||||
RUN chmod +x /usr/local/bin/evening_detective
|
||||
CMD ["/usr/local/bin/evening_detective"]
|
||||
Reference in New Issue
Block a user