mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
🔧 make the app docker ready
This commit is contained in:
committed by
ChatonDeAru (Romain)
parent
24db804c7f
commit
a0c4396527
@@ -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.
|
||||
|
Reference in New Issue
Block a user