Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datawookie/docker-gatsby
https://github.com/datawookie/docker-gatsby
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/datawookie/docker-gatsby
- Owner: datawookie
- Created: 2023-04-05T06:51:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-12T03:03:35.000Z (3 months ago)
- Last Synced: 2024-08-12T04:23:04.868Z (3 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gatsby Docker Image
To build the image:
```bash
make build
```To serve a site:
```bash
make develop
```The Docker image can be found [here](https://hub.docker.com/repository/docker/datawookie/gatsby/general).
📢 If you have trouble using the image on a Mac then there are a couple of approaches:
1. change `PLATFORM` from `linux/amd64` to `linux/arm64` in the `Makefile` or
2. attempt a mult-architecture build (see [issue](https://github.com/datawookie/docker-gatsby/issues/2) for details).