6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
|
FROM satcomp-infrastructure:worker
|
||
|
|
||
|
COPY --chown=ecs-user ./light /competition/light
|
||
|
COPY --chown=ecs-user ./init_worker.sh /competition/init_solver.sh
|
||
|
COPY --chown=ecs-user ./files /competition/files
|