-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
Should be as simple as a file like the following into a file called docker-compose.yml:
json_server:
build: .
command: 'sh run.sh'
working_dir: /data
ports:
- '80:80'
Then, perhaps you could later map the volume in via docker-compose instead of via the Dockerfile:
json_server:
build: .
command: 'sh run.sh'
working_dir: /data
ports:
- '80:80'
volumes:
- ./data:/data
mbaniasad and supersmart-at
Metadata
Metadata
Assignees
Labels
No labels