File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,16 @@ You will need the following things properly installed on your computer.
6
6
7
7
* ** [ Git] ( https://git-scm.com/ ) **
8
8
* ** [ Docker CE] ( https://docs.docker.com/install/ ) **
9
+ * ** [ docker-compose] ( https://docs.docker.com/compose/install/ ) **
9
10
10
11
## Steps
11
12
* ` git clone <repository-url> ` this repository
12
13
* ` cd open-event-frontend `
13
- * ` docker build . -t opev-frontend `
14
- * ` docker run -d --name opev-frontend-container -p 4200:4000 opev-frontend `
15
14
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**
You can’t perform that action at this time.
0 commit comments