- Build the docker image
- Running in a dev environment
- Environment variables
- Contact
- See More
- Contributors
Build everything with this command:
docker build -t ghcr.io/paxo-phone/paxo-site .
Then run it:
docker exec -d ghcr.io/paxo-phone/paxo-site
Don't forget to add all your environment variables !
ℹ️ The project will consider that you have set
NODE_ENV
todevelopment
.
You must prepare the environement first:
yarn install
mkdir tmp
cp .env.example .env # Consider editing it before launching
node ace migration:run
Then you can launch the website with a watchman:
yarn run dev
Variable name | Description |
---|---|
NODE_ENV |
Set to developement or production . |
Please complete |
You can contact us via our Website or our Discord server
See more on paxo.fr