Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 289 B
ARG LOCAL_DOCKER_REGISTRY_HOST
ARG LOCAL_DOCKER_REGISTRY_LOFAR
FROM ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_LOFAR}/sdptr:latest
COPY simulator.conf /sdptr/src/simulator.conf
WORKDIR /sdptr/src
CMD ["sdptr", "--type=simulator", "--configfile=simulator.conf", "--nodaemon"]