This example is a part of "Do your own DevOps workshop" by Tech@agoda.
You can add your own hotels in the fake database located at ./db/fakedb.ts
Building
docker build -t our-website .Running
docker run -it --rm -p 3000:3000 our-websiteand your website will be available on http://localhost:3000