Merge pull request #2969 from gradido/federation-docker-nodemon

feat(federation): federation autoreload on codechange
This commit is contained in:
Ulf Gebhardt 2023-05-05 13:11:28 +02:00 committed by GitHub
commit ee6c2f2231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) #