mrf-syr commited on
Commit
b7f0d00
·
verified ·
1 Parent(s): 34362ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ WORKDIR /app/rust-port/wifi-densepose-rs
23
  RUN cargo update
24
 
25
  # 4. Build aplikasi (Kita harap ini lepas tanpa error kod)
26
- RUN cargo build --release
27
 
28
  # 5. Tetapan Environment
29
  ENV HOST=0.0.0.0
 
23
  RUN cargo update
24
 
25
  # 4. Build aplikasi (Kita harap ini lepas tanpa error kod)
26
+ RUN cargo build --release -j 1
27
 
28
  # 5. Tetapan Environment
29
  ENV HOST=0.0.0.0