https://github.com/vladimir-dejanovic/polymer-docker-nodejs
Basic Docker image based on Ubuntu, which has NodeJS, Bower and Polymer setup
https://github.com/vladimir-dejanovic/polymer-docker-nodejs
bower docker-image nodejs polymer
Last synced: 2 months ago
JSON representation
Basic Docker image based on Ubuntu, which has NodeJS, Bower and Polymer setup
- Host: GitHub
- URL: https://github.com/vladimir-dejanovic/polymer-docker-nodejs
- Owner: vladimir-dejanovic
- License: gpl-3.0
- Created: 2017-05-27T20:35:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T20:46:56.000Z (about 9 years ago)
- Last Synced: 2025-08-23T05:37:35.486Z (10 months ago)
- Topics: bower, docker-image, nodejs, polymer
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# polymer-docker-nodejs
Basic Docker image based on Ubuntu, which has NodeJS, Bower and Polymer setup
To start it just run command bellow
```
$ docker run -it -p 8080:8080 -v :/opt:ro --name
```
Then when you are logged in just switch to polyuser
```
su - polyuser
```
After this you can start your polymer project, and see result on localhost:8080