Skip to content

Add Docker

Add Docker #1

Workflow file for this run

name: Docker Build
on:
push:
workflow_dispatch:
inputs:
name:
description: 'GitHub Actions'
required: true
default: 'GitHub Actions'
jobs:
JDK17:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Build Image
run: docker build -f docker/Dockerfile -t expressgateway:build .