質問編集履歴
3
コード
title
CHANGED
File without changes
|
body
CHANGED
@@ -41,6 +41,8 @@
|
|
41
41
|
FROM nginx:latest
|
42
42
|
|
43
43
|
COPY nginx.conf /etc/nginx/nginx.conf
|
44
|
+
# 追記
|
45
|
+
COPY ../hoge/static /static
|
44
46
|
...
|
45
47
|
```
|
46
48
|
|
2
本文
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,8 +8,8 @@
|
|
8
8
|
├── nginx
|
9
9
|
│ ├── nginx.conf
|
10
10
|
│ └── Dockerfile
|
11
|
-
├──
|
11
|
+
├── hoge
|
12
|
-
│ ├──
|
12
|
+
│ ├── fuga
|
13
13
|
│ └── Dockerfile
|
14
14
|
└── docker-compose.yml
|
15
15
|
```
|
1
タグ
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|