Skip to content

bucherfa/dcc-web

Repository files navigation

docker-compose Converter Web

Convert docker run/create commands to docker-compose.yml files.

Webapp

Uses docker-compose-converter-library for the conversion. Submit issues for conversion at the docker-compose-converter repo.

alt text

General Project Setup

Build with the vuejs cli.

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint