This website requires JavaScript.
Explore
Help
Sign In
astra
/
doggo
Watch
1
Star
0
Fork
You've already forked doggo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7619cbdeb0
doggo
/
Dockerfile-cli
5 lines
97 B
Plaintext
Raw
Blame
History
# Dockerfile
ARG ARCH
FROM ${ARCH}/alpine
COPY doggo /usr/bin/doggo
ENTRYPOINT ["/usr/bin/doggo"]
Reference in New Issue
View Git Blame
Copy Permalink