Merge branch 'refactor-klicktipp-controller' of https://github.com/gradido/gradido into refactor-klicktipp-controller

This commit is contained in:
elweyn 2023-05-05 13:36:02 +02:00
commit ebde17297e

View File

@ -86,7 +86,7 @@ RUN cd ../database && yarn run build
FROM build as test FROM build as test
# Run command # 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) # # PRODUCTION (Does contain only "binary"- and static-files to reduce image size) #