質問編集履歴

2

ファイルのパスを修正

2025/02/25 22:35

投稿

matsu_918
matsu_918

スコア2

test CHANGED
File without changes
test CHANGED
@@ -21,7 +21,7 @@
21
21
 
22
22
  ### 該当のソースコード
23
23
 
24
- ```rootdir/docker/docker-compose.yml
24
+ ```rootdir/docker/dockercomposeyml
25
25
  version: '3.9'
26
26
 
27
27
  services:

1

記述の修正

2025/02/25 11:52

投稿

matsu_918
matsu_918

スコア2

test CHANGED
File without changes
test CHANGED
@@ -6,9 +6,8 @@
6
6
  ### 発生している問題・分からないこと
7
7
  docker-compose up -d --buildするとfrontendだけ立ち上がらず、後述のエラーになってしまいます。
8
8
  環境はWSLのUbuntuで行っていますが、別端末では正常に動作しております。
9
-
9
+ ※エラーメッセージはdocker logs frontend-containerの結果になります。
10
10
  ### エラーメッセージ
11
- ```error
12
11
  ```error
13
12
  npm error code ENOENT
14
13
  npm error syscall open
@@ -18,7 +17,6 @@
18
17
  npm error enoent This is related to npm not being able to find a file.
19
18
  npm error enoent
20
19
  npm error A complete log of this run can be found in: /root/.npm/_logs/2025-02-25T09_17_02_785Z-debug-0.log
21
- ```
22
20
  ```
23
21
 
24
22
  ### 該当のソースコード