soiz1 commited on
Commit
9a251a8
·
verified ·
1 Parent(s): 6e4073c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -15,9 +15,9 @@ RUN chmod -R 777 /app
15
  RUN npm install --legacy-peer-deps
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
 
22
  # コンテナの起動時にサーバーを実行
23
  CMD ["npm", "start"]
 
15
  RUN npm install --legacy-peer-deps
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
 
22
  # コンテナの起動時にサーバーを実行
23
  CMD ["npm", "start"]