CMD => ENTRYPOINT

Use ENTRYPOINT instead of CMD to allow command line arguments handed over on execution
This commit is contained in:
Volker 2016-10-28 22:36:01 -04:00 committed by GitHub
parent f7f8dbab53
commit bbd1b7eafc

View File

@ -28,4 +28,4 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
CMD ["/usr/bin/keepass2"]
ENTRYPOINT ["/usr/bin/keepass2"]