https://github.com/syumai/webpacker-docker-example
Example application of RoR with webpacker 3 and docker-compose
https://github.com/syumai/webpacker-docker-example
docker docker-compose rails webpacker
Last synced: about 2 months ago
JSON representation
Example application of RoR with webpacker 3 and docker-compose
- Host: GitHub
- URL: https://github.com/syumai/webpacker-docker-example
- Owner: syumai
- Created: 2017-09-11T08:46:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T17:40:08.000Z (almost 9 years ago)
- Last Synced: 2025-03-16T08:15:22.127Z (over 1 year ago)
- Topics: docker, docker-compose, rails, webpacker
- Language: Ruby
- Size: 112 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpacker Docker Example
Example application of RoR with webpacker 3 and docker-compose
## How to use
```console
# Build docker images
./build
# Start container
docker-compose up
# Start dev server
./webpack-dev-server
```
then, access to `localhost:3000`