File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # How to Contribute
1+ # Contributing to Drycc
22
33This project is part of Drycc. You can find the latest contribution
4- guidelines [ at the Drycc project] ( https://github.com/drycc/drycc/blob/main/CONTRIBUTING.md ) .
5-
4+ guidelines [ in our documentation] ( https://www.drycc.cc/docs/workflow/contributing/overview/ ) .
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ ENV PG_MAJOR=15 \
77 PG_MINOR=3 \
88 PYTHON_VERSION="3.11"
99
10- ENV PGDATA /data/${PG_MAJOR}
10+ ENV HOME /data
11+ ENV PGDATA $HOME/$PG_MAJOR
1112
1213RUN install-packages gcc \
1314 && install-stack python $PYTHON_VERSION \
@@ -33,7 +34,7 @@ RUN install-packages gcc \
3334 && mkdir -p /usr/share/man/man{1..8} \
3435 && mkdir -p $PGDATA \
3536 && groupadd postgres && useradd -g postgres postgres \
36- && chown -R postgres:postgres /data
37+ && chown -R postgres:postgres $HOME
3738
3839USER postgres
3940ENTRYPOINT ["init-stack" , "/entrypoint.sh" ]
Original file line number Diff line number Diff line change 11# Drycc Maintainers
22
33This project is part of Drycc. The official maintainers documentation is
4- located [ in the main project ] ( https ://github.com/ drycc/drycc/blob/main/MAINTAINERS.md ) .
4+ located [ in our documentation ] ( http ://www. drycc.cc/contributing/maintainers/ ) .
You can’t perform that action at this time.
0 commit comments