File tree Expand file tree Collapse file tree 4 files changed +8257
-7123
lines changed Expand file tree Collapse file tree 4 files changed +8257
-7123
lines changed Original file line number Diff line number Diff line change 1
- FROM node:20-slim as builder
1
+ FROM gplane/pnpm:node20-alpine as builder
2
2
# nodeのイメージをベースにする
3
3
4
4
ENV BASE_URL=/23/tokiwa/
@@ -9,9 +9,9 @@ WORKDIR /app
9
9
COPY ./ ./
10
10
# ynu-fes...の下を/appの下にコピー
11
11
12
- RUN yarn install
12
+ RUN pnpm install
13
13
14
- RUN yarn build
14
+ RUN pnpm run build
15
15
16
16
FROM node:20-slim as production
17
17
@@ -31,4 +31,4 @@ ENV PORT=8080
31
31
CMD ["node" ,"./.output/server/index.mjs" ]
32
32
# --containerを作成するときに実行されるコマンド
33
33
34
- EXPOSE 8080
34
+ EXPOSE 8080
Original file line number Diff line number Diff line change 14
14
"lintfix" : " prettier --write --list-different ."
15
15
},
16
16
"devDependencies" : {
17
- "@nuxt/devtools" : " ^1.0.0 " ,
17
+ "@nuxt/devtools" : " ^1.0.8 " ,
18
18
"@nuxtjs/eslint-config-typescript" : " ^12.1.0" ,
19
- "@nuxtjs/google-fonts" : " ^3.0.2 " ,
20
- "@types/node" : " ^18.17.3 " ,
21
- "@typescript-eslint/parser" : " ^6.7.4 " ,
22
- "eslint" : " ^8.51 .0" ,
23
- "eslint-config-prettier" : " ^9.0 .0" ,
24
- "eslint-plugin-prettier" : " ^5.0.0 " ,
25
- "nuxt" : " ^3.6.5 " ,
26
- "nuxt-gtag" : " ^1.1.1 " ,
27
- "prettier" : " ^3.0.3 " ,
28
- "sass" : " ^1.66 .1" ,
29
- "sass-loader" : " ^13.3.2 " ,
30
- "typescript" : " ^5.2.2 "
19
+ "@nuxtjs/google-fonts" : " ^3.1.3 " ,
20
+ "@types/node" : " ^20.11.24 " ,
21
+ "@typescript-eslint/parser" : " ^7.1.0 " ,
22
+ "eslint" : " ^8.57 .0" ,
23
+ "eslint-config-prettier" : " ^9.1 .0" ,
24
+ "eslint-plugin-prettier" : " ^5.1.3 " ,
25
+ "nuxt" : " ^3.10.3 " ,
26
+ "nuxt-gtag" : " ^2.0.4 " ,
27
+ "prettier" : " ^3.2.5 " ,
28
+ "sass" : " ^1.71 .1" ,
29
+ "sass-loader" : " ^14.1.1 " ,
30
+ "typescript" : " ^5.3.3 "
31
31
},
32
32
"dependencies" : {
33
- "axios" : " ^1.6.0 " ,
34
- "swiper" : " ^10.3.1 "
33
+ "axios" : " ^1.6.7 " ,
34
+ "swiper" : " ^11.0.7 "
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments