GPTfree api commited on
Commit
56bc928
·
verified ·
1 Parent(s): 8170506

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ ENV LD_LIBRARY_PATH=/opt/glibc-2.34/lib:$LD_LIBRARY_PATH
45
  COPY --from=builder /app/aurora/aurora /usr/local/bin/aurora
46
 
47
  # 実行権限を確認(必要なら付与)
48
- RUN chmod +x /usr/local/bin/aurora
49
 
50
  # ライブラリ依存関係を確認
51
  RUN ldd /usr/local/bin/aurora
 
45
  COPY --from=builder /app/aurora/aurora /usr/local/bin/aurora
46
 
47
  # 実行権限を確認(必要なら付与)
48
+ #RUN chmod +x /usr/local/bin/aurora
49
 
50
  # ライブラリ依存関係を確認
51
  RUN ldd /usr/local/bin/aurora