mirror of
https://github.com/tests-always-included/mo.git
synced 2025-11-19 23:34:32 +01:00
Added Dockerfile
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine:3.13.4
|
||||
|
||||
COPY ./mo .
|
||||
RUN apk add --update bash && \
|
||||
chmod +x mo &&\
|
||||
mv mo /usr/local/bin/mo && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/mo"]
|
||||
Reference in New Issue
Block a user