# webpack-docker **Repository Path**: mirrors_dafrok/webpack-docker ## Basic Information - **Project Name**: webpack-docker - **Description**: Boilerplate to start webpack-dev-server within a docker container - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack-docker ### Install dependencies `npm install` ### Build docker image `docker build -t .` ### Run docker image `docker run -p 80:8080 ` ### Bazzinga! [localhost](http://localhost)