Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN npm install --legacy-peer-deps
|
|
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"]
|
24 |
|
|
|
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"]
|
24 |
|