bramw_baserow/plugin-boilerplate/{{ cookiecutter.project_slu.../Dockerfile

5 lines
230 B
Docker

FROM baserow/baserow:1.24.2
COPY ./plugins/{{ cookiecutter.project_module }}/ /baserow/plugins/{{ cookiecutter.project_module }}/
RUN /baserow/plugins/install_plugin.sh --folder /baserow/plugins/{{ cookiecutter.project_module }}