mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
documentation fixes (#2730)
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
---
|
||||
Title: Docker
|
||||
---
|
||||
|
||||
# Docker
|
||||
|
||||
ACA comes with the ACS 6.0 Community Edition preconfigured.
|
||||
|
||||
The application runs in two modes:
|
||||
|
||||
- Development (runs latest source code, requires building application)
|
||||
- Preview (runs with latest published containers, master branch)
|
||||
|
||||
## Development Mode
|
||||
|
||||
Run the local instance of the application packaged into the docker image together with the ACS images:
|
||||
|
||||
```sh
|
||||
npm run build.release
|
||||
npm run start:docker
|
||||
```
|
||||
|
||||
The ACA runs on port `8080` when served from within container.
|
||||
|
||||
Use the following command to stop all the containers:
|
||||
|
||||
```sh
|
||||
npm run stop:docker
|
||||
```
|
||||
|
||||
You can also develop the application and run in default port (4200),
|
||||
it is going to use the same docker containers automatically.
|
Reference in New Issue
Block a user