Docker fixes - build & registry

This commit is contained in:
2023-02-18 23:04:00 +00:00
parent 7ee2942c44
commit a4b752ed84
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -15,7 +15,7 @@ REACT_APP_FACEBOOK="https://www.facebook.com/profile.php?id=100066498622246"
REACT_APP_TWITTER="https://twitter.com/fluxtra"
REACT_APP_AUX_ENDPOINT = "https://devapi.mermsemr.com/en/desktop/api/v2/myfit"
REACT_APP_FORM_TIMEOUT = 10000
REACT_APP_MAX_MESSAGE_LENGHT =300
REACT_APP_AUX_ENDPOINT="https://devapi.mermsemr.com/en/desktop/api/v2/myfit"
REACT_APP_FORM_TIMEOUT=10000
REACT_APP_MAX_MESSAGE_LENGHT=300
REACT_APP_BLOGSITE="https://blog.mermsemr.com/"
+1
View File
@@ -1,6 +1,7 @@
version: '3'
services:
myfit-www:
image: registry.myfit.ai/myfit-www:latest
build:
context: .
dockerfile: Dockerfile