Fix docker issue adding --frozen
--frozen prevents Gemfile.lock from being updated, which was causing write errors for me. Also renames the image to lsm-hpce/docs
This commit is contained in:
@ -4,7 +4,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: result/latest
|
||||
image: lsm-hpce/docs
|
||||
ports:
|
||||
- "4001:4001"
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user