tvorova-tvornica / anagram-solver

This is repo of anagram solver, web app that solves celebrity anagrams
https://anagram-solver.fly.dev/
MIT License
0 stars 0 forks source link

Dockerize app #6

Open i-vukman opened 1 year ago

i-vukman commented 1 year ago

Dockerize app and setup configuration for local development

gnakic commented 1 year ago

A good guide for this can be found here that can serve as a basis.

gnakic commented 1 year ago

As of this writing, app can be considered dockerized as it is deployed to fly.io. However, having a proper docker compose definition for local development is a bit tricky due to dev https certificates. There is a guide on how to implement them, but needs further debugging to work.