init
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM ehlxr/alpine
|
||||
|
||||
LABEL maintainer="ehlxr <ehlxr.me@gmail.com>"
|
||||
|
||||
COPY ./dist/ddgo /usr/local/bin/
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
||||
ENTRYPOINT ["sh", "/entrypoint.sh"]
|
Reference in New Issue
Block a user