https://github.com/nhost/api-handler
https://github.com/nhost/api-handler
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhost/api-handler
- Owner: nhost
- Created: 2020-11-18T14:02:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T14:09:15.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T13:19:32.207Z (4 months ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```