Simulation Core
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

4 rader
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']