An open API service indexing awesome lists of open source software.

https://github.com/gtramontina/docker-esbuild

Docker image for https://esbuild.github.io
https://github.com/gtramontina/docker-esbuild

Last synced: 3 months ago
JSON representation

Docker image for https://esbuild.github.io

Awesome Lists containing this project

README

        

## Docker image for [`esbuild`](https://esbuild.github.io)

Package information: [pkgs/container/esbuild](https://github.com/gtramontina/docker-esbuild/pkgs/container/esbuild)

### _Running:_

```sh
docker run -i --rm -v $(pwd):/src ghcr.io/gtramontina/esbuild: [esbuild-arguments]
```

The `/src` directory is where your source code will be mounted to.

### _Developing:_

```sh
make build # Builds a new image
make test # Runs/tests the image
make push # Pushes the image up
make clean # Removes any generated artifacts
make clobber # Removes artifacts and generated images
```

---


Build image