Assign user to workspace on signin

This commit is contained in:
Charles Bochet
2023-04-24 14:50:48 +02:00
parent a5bfeef2d6
commit 6d2c8bbdf9
36 changed files with 547 additions and 34 deletions

View File

@ -13,4 +13,4 @@ RUN npm install
COPY ../../server .
CMD ["npm", "run", "start"]
CMD ["npm", "run", "start:dev"]