pow-ready dockerfile for aws
This commit is contained in:
committed by
pancho horrillo
parent
367cd6ad9f
commit
6249dce11d
@@ -0,0 +1,6 @@
|
||||
FROM kapow:latest as kp
|
||||
FROM amazon/aws-cli:latest
|
||||
|
||||
COPY --from=kp /kapow /usr/bin/kapow
|
||||
|
||||
ENTRYPOINT kapow
|
||||
Reference in New Issue
Block a user