Stoccoin-Official / Stoccoin-Website

Welcome to Stoccoin's GitHub repository! Here, you'll find all the code and resources needed to build and deploy our user-friendly news, trading platform for stocks and cryptocurrencies.
https://stoccoin.vercel.app
GNU Affero General Public License v3.0
65 stars 146 forks source link

Dockerand kubernetes #401

Closed SaiDevaHarshaR closed 3 months ago

SaiDevaHarshaR commented 9 months ago

Added Docker and Kubernetes config file for the website! to Build the docker image, use 'docker build -t stoccoin-website .' and to run the docker container use 'docker run -p 5173:5173 stoccoin-website' and to apply the manifest for kubernetes file use 'kubectl apply -f stoccoin-website.yaml' in a kubernets cluster.