1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-12 08:08:48 +00:00
bramw_baserow/plugin-boilerplate/{{ cookiecutter.project_slug }}/Dockerfile
2024-10-02 20:58:17 +02:00

4 lines
230 B
Docker

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