teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

コード

2021/01/14 01:23

投稿

whoiwhoi
whoiwhoi

スコア48

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

本文

2021/01/14 01:23

投稿

whoiwhoi
whoiwhoi

スコア48

title CHANGED
File without changes
body CHANGED
@@ -8,8 +8,8 @@
8
8
  ├── nginx
9
9
  │ ├── nginx.conf
10
10
  │ └── Dockerfile
11
- ├── fugafuga.py
11
+ ├── hoge
12
- │ ├── hoge
12
+ │ ├── fuga
13
13
  │ └── Dockerfile
14
14
  └── docker-compose.yml
15
15
  ```

1

タグ

2021/01/14 00:51

投稿

whoiwhoi
whoiwhoi

スコア48

title CHANGED
File without changes
body CHANGED
File without changes