soiz1 commited on
Commit
3c4be41
·
verified ·
1 Parent(s): 0c7e413

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ ENV NODE_OPTIONS="--openssl-legacy-provider"
19
 
20
  #RUN git clone https://github.com/champierre/handpose2scratch.git
21
  #RUN sh handpose2scratch/install.sh
22
-
23
  # コンテナの起動時にサーバーを実行
24
  CMD ["npm", "start"]
25
 
 
19
 
20
  #RUN git clone https://github.com/champierre/handpose2scratch.git
21
  #RUN sh handpose2scratch/install.sh
22
+ RUN npm install github:PenguinMod/PenguinMod-Vm#develop
23
  # コンテナの起動時にサーバーを実行
24
  CMD ["npm", "start"]
25