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
90161e0b9a
gothub
/
Dockerfile
6 lines
98 B
Docker
Raw
Normal View
History
Unescape
Escape
aa
2022-11-30 17:23:15 +05:30
FROM
alpine:latest
initial testing
2022-11-30 03:34:15 +05:30
WORKDIR
/gothub
aa
2022-11-30 17:23:15 +05:30
COPY
./gothub .
initial testing
2022-11-30 03:34:15 +05:30
CMD
[
"/bin/sh"
,
"-c"
,
"./gothub"
]
EXPOSE
3000
Reference in New Issue
Copy Permalink