Amogh1221 commited on
Commit
120d17d
·
verified ·
1 Parent(s): 898f6c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -39,9 +39,9 @@ RUN wget -q https://tests.stockfishchess.org/api/nn/nn-9a0cc2a62c52.nnue && \
39
 
40
  # Build from the detected 'src/' folder - ARCH=x86-64 is the official "Portable" build
41
  RUN make -j$(nproc) all ARCH=x86-64 && \
42
- mkdir -p /app/engine_bin && \
43
- cp stockfish /app/engine_bin/deepcastle && \
44
- chmod +x /app/engine_bin/deepcastle
45
 
46
  # ============================================================
47
  # LAUNCHER PREPARATION (The Search & Destroy Fix)
 
39
 
40
  # Build from the detected 'src/' folder - ARCH=x86-64 is the official "Portable" build
41
  RUN make -j$(nproc) all ARCH=x86-64 && \
42
+ mkdir -p /app/engine && \
43
+ cp stockfish /app/engine/deepcastle && \
44
+ chmod +x /app/engine/deepcastle
45
 
46
  # ============================================================
47
  # LAUNCHER PREPARATION (The Search & Destroy Fix)