File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN set -xe && \
1515 yarn.lock webpack.prod.js webpack.htmlexport.js webpack.dev.js webpack.common.js \
1616 config.json.example README.md CONTRIBUTING.md AUTHORS
1717
18- FROM hackmdio/runtime:1.0.4
18+ FROM hackmdio/runtime:1.0.6
1919USER hackmd
2020WORKDIR /home/hackmd/app
2121COPY --chown=1500:1500 --from=BUILD /home/hackmd/app .
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ services:
1010 - " database-data:/var/lib/postgresql/data"
1111 restart : always
1212 codimd :
13+ # you can use image or custom build below
14+ # image: nabo.codimd.dev/hackmdio/hackmd:1.4.0
1315 build :
1416 context : ..
1517 dockerfile : ./deployments/Dockerfile
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [[ "$#" -gt 0 ]]; then
88fi
99
1010# check database and redis is ready
11- pcheck -constr " $ CMD_DB_URL"
11+ pcheck -env CMD_DB_URL
1212
1313# run DB migrate
1414NEED_MIGRATE=${CMD_AUTO_MIGRATE:= true}
You can’t perform that action at this time.
0 commit comments