mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-12-22 03:48:29 +00:00
5 lines
230 B
Docker
5 lines
230 B
Docker
FROM baserow/baserow:1.30.1
|
|
|
|
COPY ./plugins/{{ cookiecutter.project_module }}/ /baserow/plugins/{{ cookiecutter.project_module }}/
|
|
RUN /baserow/plugins/install_plugin.sh --folder /baserow/plugins/{{ cookiecutter.project_module }}
|