Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcellodesales/swagger-editor-runtime-docker
- Owner: marcellodesales
- Created: 2015-01-07T23:58:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T01:29:31.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T09:54:12.983Z (almost 2 years ago)
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```