4 lines
142 B
Text
4 lines
142 B
Text
ARG CI_COMMIT_SHA
|
|
FROM asia.gcr.io/linuxconfsydney/symposion_app_2020:$CI_COMMIT_SHA
|
|
|
|
CMD ["/app/symposion_app/docker/deploy_with_sqlite.sh"]
|