We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c073ca3 commit f3d2481Copy full SHA for f3d2481
README.md
@@ -26,6 +26,17 @@ docker run -p 8080:80 addismaptransitweb-local
26
27
Access http://localhost:8080/
28
29
+### Download an run the official image
30
+
31
+Create github token: https://github.com/settings/tokens (repo, read:packages)
32
33
+```
34
+docker login ghcr.io # username: your github username, password: the above created token
35
+docker run -p 8080:80 ghcr.io/addismap/addismaptransit-web:latest
36
37
38
+Access http://localhost:8080/
39
40
### Build for the server
41
42
We use GitHub actions to build the docker image on the main branch.
@@ -35,3 +46,4 @@ We use GitHub actions to build the docker image on the main branch.
46
* ssh into server
47
* `cd /srv/addismaptransit-web`
48
* `docker-compose pull`
49
+* `docker-compose up -d`
0 commit comments