OzoneAsai commited on
Commit
3c96169
·
verified ·
1 Parent(s): ebc77f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -15,9 +15,10 @@ COPY . .
15
 
16
  # git をインストール
17
  RUN apt-get update && apt-get install -y git
 
18
 
19
  # 環境変数 ghKey を使用してプライベートリポジトリをクローン
20
  RUN python3 cloneTheGit.py
21
-
22
  # アプリケーションの起動
23
  CMD ["python3", "app.py",]
 
15
 
16
  # git をインストール
17
  RUN apt-get update && apt-get install -y git
18
+ RUN echo starting cloneTheGit.py...
19
 
20
  # 環境変数 ghKey を使用してプライベートリポジトリをクローン
21
  RUN python3 cloneTheGit.py
22
+ RUN echo starting app.py...
23
  # アプリケーションの起動
24
  CMD ["python3", "app.py",]