Initial commit
This commit is contained in:
4
vendor/github.com/hyperhq/hypercli/contrib/httpserver/Dockerfile
generated
vendored
Normal file
4
vendor/github.com/hyperhq/hypercli/contrib/httpserver/Dockerfile
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM busybox
|
||||
EXPOSE 80/tcp
|
||||
COPY httpserver .
|
||||
CMD ["./httpserver"]
|
||||
Reference in New Issue
Block a user