1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 22:00:09 +00:00
bramw_baserow/plugin-boilerplate/{{ cookiecutter.project_slug }}/web-frontend.Dockerfile
2025-02-06 10:40:17 +00:00

8 lines
262 B
Docker

FROM baserow/web-frontend:1.31.0
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