Skip to content

feat: added Docker GitHub action #1

feat: added Docker GitHub action

feat: added Docker GitHub action #1

Workflow file for this run

name: 'Docker Build'
description: 'Build the Docker image for the web client. This does NOT update the production server.'
runs:
using: 'docker'
image: 'Dockerfile'