Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelsavignano/docker-app-generator
Generate a Dockerfile, docker-compose.yml, .dockerignore and other files for dockerize your application.
https://github.com/miguelsavignano/docker-app-generator
docker dockerfile hacktoberfest single-page-app
Last synced: 24 days ago
JSON representation
Generate a Dockerfile, docker-compose.yml, .dockerignore and other files for dockerize your application.
- Host: GitHub
- URL: https://github.com/miguelsavignano/docker-app-generator
- Owner: MiguelSavignano
- Created: 2020-05-31T20:53:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T00:18:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T22:59:09.129Z (3 months ago)
- Topics: docker, dockerfile, hacktoberfest, single-page-app
- Language: JavaScript
- Homepage: https://miguelsavignano.github.io/docker-app-generator/
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Docker generator
Single page application generate Dockerfile, docker-compose.yml, etc with diferents configurations
https://miguelsavignano.github.io/docker-app-generator/
## Docker image
```
docker run --rm -p 8080:80 devmasx/docker-app-generator
```[http://localhost:8080/](http://localhost:8080/)
### Development```
npm install
npm start
```**Note**: Is require run `npm run build:templates` for every templates folder change.
### Templates available
- React create app
- Nodejs server
- Rails server### Ejs helpers
Use `-%>` Remove all safe-to-remove whitespace, including leading and trailing whitespace.
Use includes with `<%-` Example:
```
<%- include('templates/nodejs/modulesCacheLayer.ejs'); %>
```