soiz1 commited on
Commit
8bf1433
·
verified ·
1 Parent(s): dc08282

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN npm install --legacy-peer-deps
16
 
17
  # OpenSSL の互換オプションを有効化
18
  ENV NODE_OPTIONS="--openssl-legacy-provider"
19
- RUN git clone git@github.com:champierre/handpose2scratch.git
20
  RUN sh handpose2scratch/install.sh
21
  RUN npm start
22
  # コンテナの起動時にサーバーを実行
 
16
 
17
  # OpenSSL の互換オプションを有効化
18
  ENV NODE_OPTIONS="--openssl-legacy-provider"
19
+ RUN git clone https://github.com/champierre/handpose2scratch.git
20
  RUN sh handpose2scratch/install.sh
21
  RUN npm start
22
  # コンテナの起動時にサーバーを実行