Files @ 44cdd088befa
Branch filter:

Location: symposion_app/docker/Dockerfile.dev

James Polley
git subrepo clone git@gitlab.com:LCA2018/registrasion-desk.git vendor/regidesk

subrepo:
subdir: "vendor/regidesk"
merged: "a8096d0"
upstream:
origin: "git@gitlab.com:LCA2018/registrasion-desk.git"
branch: "master"
commit: "a8096d0"
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"]