Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superfell/json2apex_docker
Run json2apex locally with Docker
https://github.com/superfell/json2apex_docker
Last synced: 4 days ago
JSON representation
Run json2apex locally with Docker
- Host: GitHub
- URL: https://github.com/superfell/json2apex_docker
- Owner: superfell
- Created: 2024-12-24T19:43:55.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-12-24T20:13:23.000Z (10 days ago)
- Last Synced: 2024-12-24T20:26:24.494Z (10 days ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON2Apex docker image
This repo contains a Dockerfile that can run the [json2apex](https://github.com/superfell/json2apex) tool locally.
## Run
You can use the prebuilt images to run json2apex locally with
`docker run -p 9091:9091 -d ghcr.io/superfell/json2apex:latest`
Once the image is downloaded and running, you can access json2apex at http://localhost:9091
## Build
A Github actions workflow will build and publish the images.