Skip to content

Commit e5c3f2d

Browse files
committed
docs(README): use dockerhub images
1 parent 7a16dfe commit e5c3f2d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ There are two micro-services in this application:
1919

2020
## Usage
2121

22+
Pull automated-build images from [DockerHub](https://hub.docker.com/r/evenchange4/calendar-todo-web/):
23+
2224
```shell
2325
$ docker run --rm -it \
2426
-p 4000:4000 \
@@ -28,7 +30,7 @@ $ docker run --rm -it \
2830
-e "GOOGLE_CLIENT_ID=927669772833-ou0jjulc4p68dbfmfnltjqk83rgd5mtr.apps.googleusercontent.com" \
2931
-e "GOOGLE_CLIENT_SECRET=jmn2fzU9n55PIX6FwswyWcDV" \
3032
-e "GOOGLE_REDIRECT_URL=urn:ietf:wg:oauth:2.0:oob" \
31-
calendar-todo/server
33+
evenchange4/calendar-todo-server:latest
3234
# Enter the code...
3335

3436
$ docker run --rm -it \
@@ -37,7 +39,7 @@ $ docker run --rm -it \
3739
-e "PORT=4001" \
3840
-e "DEBUG=web" \
3941
-e "API_DOMAIN=http://localhost:4000/graphql" \
40-
calendar-todo/web
42+
evenchange4/calendar-todo-web:latest
4143
```
4244

4345
Screenshot:

0 commit comments

Comments
 (0)