mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
feat(Makefile): add a placeholder Dockerfile
This commit is contained in:
parent
efdf5cd4ec
commit
df78765bf9
1 changed files with 8 additions and 0 deletions
8
rootfs/Dockerfile
Normal file
8
rootfs/Dockerfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM alpine:3.3
|
||||
|
||||
COPY . /
|
||||
|
||||
EXPOSE 44134
|
||||
|
||||
CMD ["/tiller"]
|
||||
|
||||
Loading…
Reference in a new issue