1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-08 06:40:07 +00:00
bramw_baserow/plugin-boilerplate/{{ cookiecutter.project_slug }}/backend.Dockerfile
2023-05-22 12:05:52 +01:00

8 lines
263 B
Docker

FROM baserow/backend:1.17.2
USER root
COPY ./plugins/{{ cookiecutter.project_module }}/ $BASEROW_PLUGIN_DIR/{{ cookiecutter.project_module }}/
RUN /baserow/plugins/install_plugin.sh --folder $BASEROW_PLUGIN_DIR/{{ cookiecutter.project_module }}
USER $UID:$GID