-
Notifications
You must be signed in to change notification settings - Fork 75
Add Dockerfile to support running in a container #16
Conversation
Codecov Report
@@ Coverage Diff @@
## main #16 +/- ##
=======================================
Coverage 45.39% 45.39%
=======================================
Files 11 11
Lines 652 652
=======================================
Hits 296 296
Misses 337 337
Partials 19 19 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbreiding I could also take a stab at this later, but would you be up for adding an e2e test to the Github CI workflow to ensure that the docker image can be successfully built and when executed exposes a healthy Temporal service endpoint?
Perhaps in another PR. |
Adding Dockerfile for demo purposes with temporal ui
What changed?
Adding a Dockerfile for local development
Why?
Setting up a local development environment using
https://github.com/jbreiding/potential-goggles
To work on and demo both code bases.
How did you test it?
docker and docker-compose
vscode devcontainers
GH codespaces
$ docker build -t temporalite:testv2 . --no-cache $ docker run temporalite:testv2
Potential risks
None
Is hotfix candidate?
No.