Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN chmod -R 777 /app
|
|
15 |
RUN npm install --legacy-peer-deps
|
16 |
|
17 |
# OpenSSL の互換オプションを有効化
|
18 |
-
|
19 |
#RUN git clone https://github.com/champierre/handpose2scratch.git
|
20 |
#RUN sh handpose2scratch/install.sh
|
21 |
|
|
|
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 |
|