We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec42204 commit 1a00678Copy full SHA for 1a00678
.github/workflows/docker.yml
@@ -0,0 +1,5 @@
1
+name: 'Docker Build'
2
+description: 'Build the Docker image for the web client. This does NOT update the production server.'
3
+runs:
4
+ using: 'docker'
5
+ image: 'Dockerfile'
0 commit comments