The server for Open Course World

specify the dockerfile

+1
+1
.tangled/workflows/deploy.yaml
··· 27 27 command: | 28 28 executor \ 29 29 --context=dir://. \ 30 + --dockerfile=Dockerfile \ 30 31 --verbosity=debug \ 31 32 --destination=docker.io/"$DOCKER_USER"/ocw:server \ 32 33 --custom-platform=linux/amd64