Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.