cloud-sat/docker/worker.dockerfile

13 lines
271 B
Plaintext
Raw Normal View History

2023-03-29 07:12:33 +00:00
FROM light:common AS builder
USER root
FROM satcomp-infrastructure:leader AS mallob_liaison
WORKDIR /
COPY --from=builder /cloud-sat/light light
COPY --chown=ecs-user ./init_worker.sh /competition/init_solver.sh
2023-03-29 07:12:33 +00:00
USER ecs-user
RUN chmod +x /competition/init_solver.sh