
--frozen prevents Gemfile.lock from being updated, which was causing write errors for me. Also renames the image to lsm-hpce/docs
12 lines
176 B
YAML
12 lines
176 B
YAML
version: '2'
|
|
services:
|
|
server:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: lsm-hpce/docs
|
|
ports:
|
|
- "4001:4001"
|
|
volumes:
|
|
- ".:/src"
|