Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

10 righe
390 B

  1. docker build -t presense-server -f ../../build/package/Dockerfile.server ../../
  2. ¸
  3. # Build the location
  4. docker build -t presense-location -f ../../build/package/Dockerfile.location ../../
  5. # Build the decoder
  6. docker build -t presense-decoder -f ../../build/package/Dockerfile.decoder ../../
  7. # Build the bridge
  8. docker build -t presense-bridge -f ../../build/package/Dockerfile.bridge ../../