Files @ a45e44a1f681
Branch filter:

Location: symposion_app/docker/Dockerfile.dev

James Polley
Merge branch 'notification_help' into 'master'

Correct list of tags available in notification templates.

See merge request LCA2018/symposion_app!25
1
2
3
4
ARG CI_COMMIT_SHA
FROM asia.gcr.io/linuxconfsydney/symposion_app:$CI_COMMIT_SHA

CMD ["/app/symposion_app/docker/deploy_with_sqlite.sh"]