docker file

This commit is contained in:
Ulf Gebhardt 2022-01-25 18:59:52 +01:00
parent ae84907f5c
commit 936161d998
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -114,8 +114,7 @@ CMD /bin/sh -c "yarn run up"
################################################################################## ##################################################################################
# PRODUCTION RESET ############################################################### # PRODUCTION RESET ###############################################################
################################################################################## ##################################################################################
# TODO this is a hack - wtf @mogge FROM production as production_reset
#FROM production as production_reset
# Run command # Run command
CMD /bin/sh -c "yarn run reset" CMD /bin/sh -c "yarn run reset"