Changeset - 1402c7654084
[Not reviewed]
0 1 0
James Polley - 6 years ago 2018-05-26 02:18:33
jp@jamezpolley.com
Pull Dev image from 2019 base
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docker/Dockerfile.dev
Show inline comments
 
ARG CI_COMMIT_SHA
 
FROM asia.gcr.io/linuxconfsydney/symposion_app:$CI_COMMIT_SHA
 
FROM asia.gcr.io/linuxconfsydney/symposion_app_2019:$CI_COMMIT_SHA
 

	
 
CMD ["/app/symposion_app/docker/deploy_with_sqlite.sh"]
0 comments (0 inline, 0 general)