[DX] dockerize Go app into Dockerfile for testing (Dockerfile.local) and production (Dockerfile) #45
Labels
backend
beginner
enhancement
New feature or request
help wanted
Extra attention is needed
tech debt
ux
Right now the Go server runs without Docker. The app is deployed on Digital Ocean App Platform which allows both Go and Docker as well as many other runtimes. To make the project portable and to make it easier to run it locally, it would be beneficial to Dockerize the app. We should have a prod and a test/local Dockerfile.
Here is an example of Dockerfile from DigitalOcean https://github.com/digitalocean/sample-dockerfile/blob/main/Dockerfile
The text was updated successfully, but these errors were encountered: