Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

do-your-own-devops-workshop/agoda-ci-workshop-2022

Repository files navigation

Agoda CI Workshop 2022

This example is a part of "Do your own DevOps workshop" by Tech@agoda.

https://ag-ci-22.com

How to contribute

You can add your own hotels in the fake database located at ./db/fakedb.ts

Running locally

Building

docker build -t our-website .

Running

docker run -it --rm -p 3000:3000 our-website

and your website will be available on http://localhost:3000