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:
Spencer Bliven
2021-01-12 14:52:54 +01:00
parent 07463d7a9e
commit 3e446fdb7b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: result/latest
image: lsm-hpce/docs
ports:
- "4001:4001"
volumes: