8 Star 54 Fork 12

Gitee 极速下载 / baserow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://gitlab.com/bramw/baserow.git
克隆/下载
heroku.Dockerfile 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bram Wiepjes 提交于 2024-04-12 09:24 . Prepare for 1.24.2 release
ARG FROM_IMAGE=baserow/baserow:1.24.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-$POSTGRES_VERSION" redis-server
ENV DATA_DIR=/baserow/data
# We have to build the data dir in the docker image as Caddy does not allow it in their
# runtime filesystem. We chown to their www-data user's uid and gid at the end.
RUN mkdir -p "$DATA_DIR" && \
chown -R 9999:9999 "$DATA_DIR"
COPY deploy/heroku/heroku_env.sh /baserow/supervisor/env/heroku_env.sh
ENTRYPOINT []
CMD []
Python
1
https://gitee.com/mirrors/baserow.git
git@gitee.com:mirrors/baserow.git
mirrors
baserow
baserow
develop

搜索帮助

53164aa7 5694891 3bd8fe86 5694891