1 Star 0 Fork 13

guoaoxiang/baserow

forked from Gitee 极速下载/baserow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
heroku.Dockerfile 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bram Wiepjes 提交于 2024-06-25 12:00 . Prepare for 1.25.2
ARG FROM_IMAGE=baserow/baserow:1.25.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 []
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/guoaoxiang/baserow.git
git@gitee.com:guoaoxiang/baserow.git
guoaoxiang
baserow
baserow
develop

搜索帮助