質問編集履歴
4
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
windows10 home
|
1
|
+
**ボールドテキスト**windows10 home
|
2
2
|
rails6
|
3
3
|
ruby2.7
|
4
4
|
docker
|
3
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
情報の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,4 +24,16 @@
|
|
24
24
|
```
|
25
25
|
|
26
26
|
docker-compose run web bundle exec rails webpacker:install
|
27
|
-
は実行済み
|
27
|
+
は実行済み
|
28
|
+
|
29
|
+
```
|
30
|
+
web_1 | [Webpacker] Compiling...
|
31
|
+
web_1 | [Webpacker] Compilation failed:
|
32
|
+
web_1 | yarn run v1.22.5
|
33
|
+
web_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
|
34
|
+
web_1 |
|
35
|
+
web_1 |
|
36
|
+
web_1 | error Command "webpack" not found.
|
37
|
+
web_1 |
|
38
|
+
web_1 | Completed 500 Internal Server Error in 1389ms (ActiveRecord: 0.0ms | Allocations: 9342)
|
39
|
+
```
|
1
情報の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
docker
|
5
5
|
|
6
6
|
dockerでlocalhostにアクセスしたのですがこのようなエラーが出てしまいます。
|
7
|
+
何かわかる方は回答お願いします。
|
7
8
|
ほかに載せるべきファイルがあったらコメントお願いします。
|
8
9
|
|
9
10
|
```
|