@dazhicheng/common 1.0.40 → 1.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.gitlab-ci.yml +2 -5
  2. package/package.json +1 -1
package/.gitlab-ci.yml CHANGED
@@ -78,11 +78,8 @@ variables:
78
78
  - docker stop $IMAGE_NAME || true
79
79
  - docker rm $IMAGE_NAME || true
80
80
  - >
81
- docker run -d --name $IMAGE_NAME --restart always
82
- -p $HOST_PORT:$CONTAINER_PORT
83
- -v ${IMAGE_NAME}-assets:/usr/share/nginx/html
84
- -e ASSET_RETENTION_DAYS=14
85
- $IMAGE_NAME:latest
81
+ docker run -d --name $IMAGE_NAME --restart always -p $HOST_PORT:$CONTAINER_PORT -v ${IMAGE_NAME}-assets:/usr/share/nginx/html -e ASSET_RETENTION_DAYS=14 $IMAGE_NAME:latest
82
+
86
83
  - docker image prune -f || true
87
84
 
88
85
  # MR 验证 -----------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/common",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "共享配置文件",
5
5
  "type": "module",
6
6
  "types": "./src/types/index.d.ts",