1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-03-09 23:38:54 +00:00

Start ssh service as entrypoint

This commit is contained in:
Mumshad Mannambeth 2017-06-29 17:28:52 -04:00
parent c8ac97657e
commit 90e25e9df4

View file

@ -57,6 +57,8 @@ COPY ./ /data/web-app
USER root
RUN chown -R app_user /data/web-app
ENTRYPOINT gulp serve
COPY helpers/module_template.py /opt/ehc-builder-scripts/ansible_modules/template.py
ENTRYPOINT service ssh start && gulp serve