Initial commit
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- .:/app
|
||||
- bundle_path:/usr/local/bundle
|
||||
command: script/puma
|
||||
env_file: ".env"
|
||||
ports:
|
||||
- 2300:2300
|
||||
volumes:
|
||||
bundle_path:
|
||||
node_modules:
|
Reference in New Issue
Block a user