This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nicolas
/
wimip
mirror of
https://github.com/nmasse-itix/wimip.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
What is my IP ? (in go)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8
Commits
1
Branch
4
Tags
44 KiB
Go
93.1%
Dockerfile
6.9%
Branch:
main
main
v0.0.1
v0.0.2
v0.0.3
v0.0.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
wimip
/
Dockerfile
5 lines
86 B
Raw
Permalink
Blame
History
FROM
scratch
ARG
BUILT_ARTIFACT
ADD
"
$BUILT_ARTIFACT
"
/
EXPOSE
8080
ENTRYPOINT
/wimip
Reference in new issue