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