Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -41,8 +41,8 @@ RUN echo "${rs}" >>config/config/redis.yaml
|
|
41 |
RUN chmod -R 777 /app
|
42 |
|
43 |
# 安装依赖
|
44 |
-
RUN pnpm install --filter=guoba-plugin
|
45 |
RUN npm install -g pnpm
|
|
|
46 |
RUN pnpm install
|
47 |
|
48 |
RUN curl -#Lo 'node_modules/log4js/lib/appenders/console.js' 'http://yunzai.icu/console.js'
|
|
|
41 |
RUN chmod -R 777 /app
|
42 |
|
43 |
# 安装依赖
|
|
|
44 |
RUN npm install -g pnpm
|
45 |
+
RUN pnpm install --filter=guoba-plugin
|
46 |
RUN pnpm install
|
47 |
|
48 |
RUN curl -#Lo 'node_modules/log4js/lib/appenders/console.js' 'http://yunzai.icu/console.js'
|