Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 661 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 661 Bytes

The Pacstall Website

Stats

Repobeats analytics image

How to Run

First, clone this repo and go to its directory.

git clone https://github.com/pacstall/website
cd website

Then, choose an option below depending on if you're planning to make changes to the website or to just run it.

Run it for Development

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --force-recreate --build

Run it in Production

docker-compose pull && docker-compose down && docker-compose up -d