Initial commit

This commit is contained in:
Oliver Davies 2022-06-07 22:00:00 +01:00
commit bd3fce7e64
25 changed files with 888 additions and 0 deletions

View file

@ -0,0 +1,16 @@
services:
node:
build:
context: .
dockerfile: tools/docker/Dockerfile
target: assets
volumes:
- assets:/app/public/build
- ./:/app
working_dir: /app
entrypoint: bash
command: "./run yarn:build:css"
user: node
tty: true
environment:
- "NODE_ENV=development"