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

Update Dockerfile to include build step

This commit is contained in:
Mumshad Mannambeth 2017-07-11 12:00:23 -04:00
parent bf6c8743c5
commit 04a29ed2fe

View file

@ -75,6 +75,10 @@ RUN mkdir -p /data/db
ENV DOMAIN='http://ansible-playable.com'
RUN gulp build
# Start services and start web server
ENTRYPOINT service ssh start && mongod & gulp serve:dist