Skip to content

Commit

Permalink
feat: added Docker GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jan 31, 2024
1 parent ec42204 commit 1a00678
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: 'Docker Build'
description: 'Build the Docker image for the web client. This does NOT update the production server.'
runs:
using: 'docker'
image: 'Dockerfile'

0 comments on commit 1a00678

Please sign in to comment.