c32dbb2a07
Create a ephemeral dev container to facilitate testing of populate_inventory. It can be created, tweeked in the admin interface, files updated in admin's populate_inventory, then redeployed to deal with those changes. A branch based one will need to be created to so we can do this work without polluting the master branch.
4 lines
137 B
Text
4 lines
137 B
Text
ARG CI_COMMIT_SHA
|
|
FROM asia.gcr.io/linuxconfsydney/symposion_app:$CI_COMMIT_SHA
|
|
|
|
CMD ["/app/symposion_app/docker/deploy_with_sqlite.sh"]
|