symposion_app/docker/Dockerfile.dev
Joel Addison f72490b1eb LCA2022 Setup
Update dates and descriptions for LCA2022.
Remove old miniconf proposal types.
Add local timezone to speaker profile.
2021-07-05 20:20:24 +10:00

4 lines
100 B
Text

ARG $CONTAINER_IMAGE
FROM $CONTAINER_IMAGE
CMD ["/app/symposion_app/docker/deploy_with_sqlite.sh"]