remove run reset on production

This commit is contained in:
Moriz Wahl 2021-11-26 19:29:17 +01:00
parent 0909a3a99a
commit 0f22a2fe1c

View File

@ -118,10 +118,10 @@ CMD /bin/sh -c "yarn run up"
##################################################################################
# PRODUCTION RESET ###############################################################
##################################################################################
FROM production as production_reset
# FROM production as production_reset
# Run command
CMD /bin/sh -c "yarn run reset"
# CMD /bin/sh -c "yarn run reset"
##################################################################################
# PRODUCTION DOWN ################################################################