diff --git a/scripts/deploy_docker.sh b/scripts/deploy_docker.sh index d513062..1e4b64f 100644 --- a/scripts/deploy_docker.sh +++ b/scripts/deploy_docker.sh @@ -46,3 +46,6 @@ docker run -d \ -v "$CONFIG_PATH:/app/server/config.yaml:ro" \ "$USE_IMAGE" echo "container: $CID_NAME image: $USE_IMAGE port: $PORT" + + +#docker run -d --name marketing-data-test --restart unless-stopped -p 8077:8077 -v ./storage/export:/app/storage/export -v ./log:/app/log -v ./config.yaml:/app/server/config.yaml:ro 69a376c70023 \ No newline at end of file diff --git a/web/index.html b/web/index.html index 610732a..26850a9 100644 --- a/web/index.html +++ b/web/index.html @@ -10,6 +10,14 @@ var __addCss = function(h){ var l=document.createElement('link'); l.rel='stylesh __addCss('./vendor/element-plus.min.css'); __addCss('./styles.css'); +
@@ -309,13 +317,6 @@ __addCss('./styles.css');
- - +