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: 6 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T01:29:31.000Z (over 11 years ago)
- Last Synced: 2025-06-12T09:47:24.261Z (about 1 year 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 Marcello_deSales@intuit.com
```