Add a Dockerfile for frontend test container; adapt code to simplify synchronization or Docker linkage
This commit is contained in:
parent
6c69867bcc
commit
bca09af2e0
15 changed files with 329 additions and 218 deletions
|
|
@ -42,6 +42,14 @@ environment, you can run the following command:
|
|||
mysql -u root fic < /var/www/fic-server/db/feed.sql
|
||||
|
||||
|
||||
### Frontend container
|
||||
|
||||
To run the frontend on the same machine as the backend (but in another
|
||||
container), run the following command:
|
||||
|
||||
docker run -P -ti --volumes-from BACKEND_CNTNR_NAME FRONTEND_IMG
|
||||
|
||||
|
||||
Production Environnement
|
||||
------------------------
|
||||
|
||||
|
|
|
|||
Reference in a new issue