1
0
mirror of https://github.com/rlister/dockerfiles.git synced 2025-12-12 17:26:15 +00:00

use entrypoint instead of cmd so we can pass arg

This commit is contained in:
Richard Lister
2016-04-13 18:15:10 -04:00
parent 9a567d4a4e
commit 6d92376dbf

View File

@@ -7,4 +7,4 @@ RUN apk add --update nodejs && \
EXPOSE 9200
CMD [ "aws-es-kibana" ]
ENTRYPOINT [ "aws-es-kibana" ]