Setup backend for account linking

This commit is contained in:
Alexandru Macocian
2025-11-06 19:44:31 +02:00
parent b60165648d
commit 9851593932
11 changed files with 408 additions and 8 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ RUN set -ex; \
apt-get install -y nodejs; \
npm install -g yarn; \
yarn run inst; \
yarn run dev; \
yarn run production; \
\
rm -rf /var/lib/apt/lists/*