soiz1 commited on
Commit
f4b3603
·
verified ·
1 Parent(s): a365e56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN npm install --legacy-peer-deps
28
  ENV NODE_OPTIONS="--openssl-legacy-provider"
29
  RUN pip install huggingface_hub --break-system-packages
30
  # コンテナの起動時にサーバーを実行
31
- CMD /bin/sh -c "python3 upload.sh && npm start"
32
  #CMD /bin/sh -c "./upload.sh && npm start"
33
  #CMD /bin/sh -c "npm start"
34
 
 
28
  ENV NODE_OPTIONS="--openssl-legacy-provider"
29
  RUN pip install huggingface_hub --break-system-packages
30
  # コンテナの起動時にサーバーを実行
31
+ CMD /bin/sh -c "python3 upload.py && npm start"
32
  #CMD /bin/sh -c "./upload.sh && npm start"
33
  #CMD /bin/sh -c "npm start"
34