Files @ 3001324d5e94
Branch filter:

Location: symposion_app/docker/Dockerfile.dev

James Polley
git subrepo pull vendor/registrasion

subrepo:
subdir: "vendor/registrasion"
merged: "3545a80"
upstream:
origin: "git@gitlab.com:tchaypo/registrasion.git"
branch: "lca2018"
commit: "3545a80"
git-subrepo:
version: "0.3.1"
origin: "???"
commit: "???"
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"]