Skip to content

Commit db4ced7

Browse files
authored
chore(docs): Docs for installation using docker compose (#4827)
1 parent 186e6a5 commit db4ced7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/installation/docker.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ You will need the following things properly installed on your computer.
66

77
* **[Git](https://git-scm.com/)**
88
* **[Docker CE](https://docs.docker.com/install/)**
9+
* **[docker-compose](https://docs.docker.com/compose/install/)**
910

1011
## Steps
1112
* `git clone <repository-url>` this repository
1213
* `cd open-event-frontend`
13-
* `docker build . -t opev-frontend`
14-
* `docker run -d --name opev-frontend-container -p 4200:4000 opev-frontend`
1514

16-
* Visit your app at [http://localhost:4200](http://localhost:4200).
15+
* `cp .env.example .env`
16+
* `docker-compose up -d`
17+
18+
* Visit your app at [http://localhost:4200](http://localhost:4200)
19+
20+
## Version Information
21+
* These steps were tested successfully on _Pop!OS 20.04(LTS)_ with **Docker version 19.03.12** and **docker-compose version 1.26.2**

0 commit comments

Comments
 (0)