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

https://github.com/nhost/api-handler


https://github.com/nhost/api-handler

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# api-handler

## Dockerfile

Stage 1. Base image to create api container

## Dockerfile2

Stage 2. Image to create api container.

---

## Deply

Deploy new image of `nhost/nodeapi`.

```
docker build -t nhost/nodeapi .
docker push nhost/nodeapi:latest
```