Explorar o código

docs: added FRONTEND_YARN_SCRIPT explanation to README

Kristian Vos %!s(int64=5) %!d(string=hai) anos
pai
achega
8df068b659
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -99,6 +99,7 @@ _Configuration_
 To configure docker simply `cp .env.template .env` and configure the .env file to match your settings in `backend/config/default.json`.  
 The configurable ports will be how you access the services on your machine, or what ports you will need to specify in your nginx files when using proxy_pass.  
 `COMPOSE_PROJECT_NAME` should be a unique name for this installation, especially if you have multiple instances of Musare on the same machine.
+`FRONTEND_YARN_SCRIPT` should be `dev-docker` for development, `build` for production.
 
 1. Build the backend and frontend Docker images (from the main folder)