Updated Dockerfile base image and fixed runtime permissions
This commit is contained in:
@ -2,6 +2,10 @@ services:
|
||||
haskell-playground:
|
||||
image: saundersp/haskell-playground
|
||||
pull_policy: never
|
||||
build: .
|
||||
build:
|
||||
args:
|
||||
UID: ${UID:-1000}
|
||||
GID: ${GID:-1000}
|
||||
user: ${UID:-1000}:${GID:-1000}
|
||||
volumes:
|
||||
- ./:/home/saundersp/haskell_playground
|
||||
|
Reference in New Issue
Block a user