Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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",]
|