use yarn dev for federation to autoreload on codechange

This commit is contained in:
Ulf Gebhardt 2023-05-04 14:59:38 +02:00
parent cb3b800d5c
commit 59cb0ce4b9
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -86,7 +86,7 @@ RUN cd ../database && yarn run build
FROM build as test
# Run command
CMD /bin/sh -c "yarn run start"
CMD /bin/sh -c "yarn run dev"
##################################################################################
# PRODUCTION (Does contain only "binary"- and static-files to reduce image size) #