diff --git a/docker/ordinaryroad-ui/Dockerfile b/docker/ordinaryroad-ui/Dockerfile index 49eb2d5b..3b12aabf 100644 --- a/docker/ordinaryroad-ui/Dockerfile +++ b/docker/ordinaryroad-ui/Dockerfile @@ -19,4 +19,4 @@ ENV HOST=0.0.0.0 # 提示nuxt权限不够,chmod -R 777 . #CMD npm install --no-package-lock; npm run build; npm run start -CMD npm run build; npm run start \ No newline at end of file +CMD npm run start \ No newline at end of file