Skip to content

Commit e627ca8

Browse files
committed
Update README.md
1 parent 6b503b0 commit e627ca8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,13 @@ If you change the GraphQL schema on the server, you need to update the types on
171171
cd code/client
172172
npm run generate
173173
```
174+
175+
## Docker Images
176+
177+
Docker images for both client and server are built and published to Docker Hub via GitHub Actions. The frontend docker image, whose code source is located in `code/client`, consists only of static files (HTML, CSS, JS). You can find the Letterbox frontend image at [Docker Hub](https://hub.docker.com/r/c2dhunilu/letterbox-frontend) or build it locally using the following command:
178+
179+
```bash
180+
make build-client
181+
```
182+
183+
The action `.github/workflows/docker-build-publish-client.yml` contains the workflow to build and publish the image automatically on each push related to `code/client` content to the main branch.

0 commit comments

Comments
 (0)