1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-07 22:35:36 +00:00
bramw_baserow/deploy/render/Dockerfile
2023-03-08 12:23:04 +00:00

8 lines
306 B
Docker

ARG FROM_IMAGE=baserow/baserow:1.15.0
# This is pinned as version pinning is done by the CI setting FROM_IMAGE.
# hadolint ignore=DL3006
FROM $FROM_IMAGE as image_base
RUN apt-get remove -y postgresql postgresql-contrib redis-server
COPY deploy/render/render_env.sh /baserow/supervisor/env/render_env.sh