From ac86597607054cd59f989960c01ed9decb77a664 Mon Sep 17 00:00:00 2001 From: Markus Kahl Date: Wed, 14 Jan 2026 08:56:46 +0000 Subject: [PATCH] fix order it was still working before but this is less confusing --- docker/prod/hocuspocus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/prod/hocuspocus b/docker/prod/hocuspocus index d47ec565977..69294c1f67f 100755 --- a/docker/prod/hocuspocus +++ b/docker/prod/hocuspocus @@ -4,4 +4,4 @@ export SECRET="${OPENPROJECT_COLLABORATIVE__EDITING__HOCUSPOCUS__SECRET}" cd /opt/hocuspocus -npm start run +npm run start