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 && \
15
15
yarn.lock webpack.prod.js webpack.htmlexport.js webpack.dev.js webpack.common.js \
16
16
config.json.example README.md CONTRIBUTING.md AUTHORS
17
17
18
- FROM hackmdio/runtime:1.0.4
18
+ FROM hackmdio/runtime:1.0.6
19
19
USER hackmd
20
20
WORKDIR /home/hackmd/app
21
21
COPY --chown=1500:1500 --from=BUILD /home/hackmd/app .
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ services:
10
10
- " database-data:/var/lib/postgresql/data"
11
11
restart : always
12
12
codimd :
13
+ # you can use image or custom build below
14
+ # image: nabo.codimd.dev/hackmdio/hackmd:1.4.0
13
15
build :
14
16
context : ..
15
17
dockerfile : ./deployments/Dockerfile
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [[ "$#" -gt 0 ]]; then
8
8
fi
9
9
10
10
# check database and redis is ready
11
- pcheck -constr " $ CMD_DB_URL"
11
+ pcheck -env CMD_DB_URL
12
12
13
13
# run DB migrate
14
14
NEED_MIGRATE=${CMD_AUTO_MIGRATE:= true}
You can’t perform that action at this time.
0 commit comments