shad-go/testenv.docker
2020-01-31 22:48:08 +03:00

7 lines
175 B
Docker

FROM eu.gcr.io/shad-ts/grader/go-build:latest
COPY . /opt/shad
RUN cd /opt/shad && go install gitlab.com/slon/shad-go/tools/testtool
RUN find /opt/shad | xargs chmod o-rwx