tangled
alpha
login
or
join now
opencourse.world
/
ocw-server
0
fork
atom
The server for Open Course World
0
fork
atom
overview
issues
pulls
pipelines
specify the dockerfile
jneen
3 months ago
28a00a06
4aeef412
0/1
deploy.yaml
failed
4s
+1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
+1
.tangled/workflows/deploy.yaml
reviewed
···
27
27
command: |
28
28
executor \
29
29
--context=dir://. \
30
30
+
--dockerfile=Dockerfile \
30
31
--verbosity=debug \
31
32
--destination=docker.io/"$DOCKER_USER"/ocw:server \
32
33
--custom-platform=linux/amd64