Skip to content

Commit fe01aad

Browse files
committed
Merge branch 'w/9.0/bugfix/CLDSRV-727' into tmp/octopus/w/9.1/bugfix/CLDSRV-727
2 parents 5994fee + 0cbe863 commit fe01aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ COPY --from=builder /usr/src/app/node_modules ./node_modules/
5252

5353
VOLUME ["/usr/src/app/localData","/usr/src/app/localMetadata"]
5454

55-
ENTRYPOINT ["tini", "--", "/usr/src/app/docker-entrypoint.sh"]
55+
ENTRYPOINT ["tini", "-g", "--", "/usr/src/app/docker-entrypoint.sh"]
5656

5757
CMD [ "yarn", "start" ]

0 commit comments

Comments
 (0)