Simulation Core
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

4 satır
161 B

  1. FROM ubuntu:latest
  2. COPY /SimulationCore2 /app/SimulationCore2
  3. COPY /config-remote.json /app/config-remote.json
  4. CMD ['./SimulationCore2', 'config-remote.json']