pockethost/docker/install.yaml
2022-11-16 09:40:00 -08:00

17 lines
344 B
YAML

version: '3'
services:
prepbox:
env_file:
- .env.local
build:
context: ..
dockerfile: Dockerfile
container_name: prepbox
working_dir: /src
command: bash -c "rm -rf node_modules && yarn"
volumes:
- ./mount/cache/go:/go
- ./mount/cache/yarn:/usr/local/share/.cache/yarn/v6
- ..:/src