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
724114e144
doggo
/
Dockerfile
5 lines
97 B
Docker
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