dcc-web
dcc-web copied to clipboard
Convert docker run/create commands to docker-compose.yml files.
docker-compose Converter Web
Convert docker run/create commands to docker-compose.yml files.
Uses docker-compose-converter-library for the conversion. Submit issues for conversion at the docker-compose-converter repo.
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