Skip to content

Commit 0d712d1

Browse files
Saby-Bishopsdogi
andauthored
all: smoother docker entry fs directory creating (fixes #9302) (#9278)
Co-authored-by: dogi <[email protected]>
1 parent fecfde8 commit 0d712d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/planet/scripts/docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ envsubst '$DEFAULT_LANGUAGE' < /etc/nginx/templates/default.conf.template > /etc
4040

4141
spawn-fcgi -s /run/fcgi.sock -U nginx -G nginx /usr/bin/fcgiwrap
4242

43-
nginx -g "daemon off;"
44-
4543
mkdir -p /usr/share/nginx/html/fs
44+
45+
nginx -g "daemon off;"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.20.68",
4+
"version": "0.20.69",
55
"myplanet": {
66
"latest": "v0.36.64",
77
"min": "v0.35.64"

0 commit comments

Comments
 (0)