This website requires JavaScript.
Explore
Help
Register
Sign In
midou
/
gothub
Watch
1
Star
0
Fork
0
You've already forked gothub
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
gothub
/
Dockerfile
6 lines
98 B
Docker
Raw
Normal View
History
Unescape
Escape
aa
2022-11-30 12:53:15 +01:00
FROM
alpine:latest
initial testing
2022-11-29 23:04:15 +01:00
WORKDIR
/gothub
aa
2022-11-30 12:53:15 +01:00
COPY
./gothub .
initial testing
2022-11-29 23:04:15 +01:00
CMD
[
"/bin/sh"
,
"-c"
,
"./gothub"
]
EXPOSE
3000
Reference in New Issue
Copy Permalink