Skip to content

Update Dockerfile

Update Dockerfile #83

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build container
run: docker build -t tibco-ems-operator .