1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-08 18:50:06 +00:00
bramw_baserow/plugin-boilerplate/{{ cookiecutter.project_slug }}/web-frontend.Dockerfile
2025-05-06 12:24:06 +00:00

8 lines
262 B
Docker

FROM baserow/web-frontend:1.33.1
USER root
COPY ./plugins/{{ cookiecutter.project_module }}/ /baserow/plugins/{{ cookiecutter.project_module }}/
RUN /baserow/plugins/install_plugin.sh --folder /baserow/plugins/{{ cookiecutter.project_module }}
USER $UID:$GID