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:
parent
c8ac97657e
commit
90e25e9df4
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue