soiz1 commited on
Commit
332d3d2
·
verified ·
1 Parent(s): 9f31d73

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ WORKDIR /app
8
  RUN git clone https://github.com/aurora-develop/aurora
9
 
10
  # クローンしたリポジトリのディレクトリに移動
 
11
  WORKDIR /app/aurora
12
 
13
  # 必要なGoモジュールを取得
 
8
  RUN git clone https://github.com/aurora-develop/aurora
9
 
10
  # クローンしたリポジトリのディレクトリに移動
11
+
12
  WORKDIR /app/aurora
13
 
14
  # 必要なGoモジュールを取得