Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcellodesales/swagger-editor-runtime-docker

The Docker runtime environment for the swagger editor
https://github.com/marcellodesales/swagger-editor-runtime-docker

Last synced: 26 days ago
JSON representation

The Docker runtime environment for the swagger editor

Awesome Lists containing this project

README

        

Swagger-Editor-Runtime Docker dependencies
------

This repository contains the Dockerfile for building the runtime
dependency for the Swagger Editor.

Build
------

Just run the regular Docker commands.

```
docker build -t marcellodesales/swagger-editor-runtime .
```

Reuse
----

Just use a FROM instruction in a parent Dockerfile.

```
###
# Swagger-editor runtime dependency with all the needed dependencies installed.
# This dependency will automatically call "grunt serve" after the installation
# on this layer is performed.
###
FROM marcellodesales/swagger-editor-runtime
MAINTAINER [email protected]
```