shad-go/testenv.docker
Sergey Paramoshkin dc939b6ed1
update repo
2023-10-02 22:32:41 +03:00

11 lines
344 B
Docker

FROM cr.yandex/crp9onavos88ug32d5r2/grader/go-build:latest
COPY . /opt/shad
RUN cd /opt/shad && go mod download
COPY .gitlab-ci.yml /opt/shad/.grader-ci.yml
RUN cd /opt/shad && go install gitlab.com/manytask/itmo-go/private/tools/testtool/cmd/testtool
RUN find /opt/shad -type f -iname '*.go' -not -path '*/testdata/*' | xargs chmod o-rwx