1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-05 05:35:25 +00:00
bramw_baserow/heroku.Dockerfile
Nigel Gott 13bb140618 Add all-in-one image used as a base by cloudron/heroku.
Signed-off-by: Nigel Gott <nigel@baserow.io>
2022-02-28 13:56:55 +00:00

8 lines
305 B
Docker

ARG FROM_IMAGE=baserow/baserow:1.8.2
# 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/heroku/heroku_env.sh /baserow/supervisor/env/heroku_env.sh