This website requires JavaScript.
Explore
Help
Sign In
Jannex
/
log-manager
Watch
2
Star
0
Fork
You've already forked log-manager
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
log-manager
/
Dockerfile
8 lines
97 B
Docker
Raw
Permalink
Blame
History
FROM
golang:latest
WORKDIR
/app
COPY
./main /app/main
COPY
./public /app/public
CMD
[
"./main"
]
Reference in New Issue
View Git Blame
Copy Permalink