Skip to content

Commit 1a00678

Browse files
committed
feat: added Docker GitHub action
1 parent ec42204 commit 1a00678

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)