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

Latest commit

 

History

History
25 lines (15 loc) · 422 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 422 Bytes

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