🔧 make the app docker ready

This commit is contained in:
ChatonDeAru
2024-03-24 10:17:15 +01:00
committed by ChatonDeAru (Romain)
parent 24db804c7f
commit a0c4396527
8 changed files with 258 additions and 133 deletions

View File

@@ -16,8 +16,6 @@ This project is open to contribution, but you will likely need to be in touch wi
### Requirements
- An account on GitHub
- [git](https://git-scm.com/)
- [node](https://nodejs.org/en) >= 12.0
@@ -53,6 +51,11 @@ yarn dev # Build, hosts, and hot reload saved modifications
Now the app should be serving at <http://localhost:3000>.
## Using Docker
`docker build . -t force-orange`
`docker run -d -p 3000:3000 -t force-orange`
### Commands
This repository comes with build-ins commands to run while developping.