Initial commit
This commit is contained in:
commit
bd3fce7e64
25 changed files with 888 additions and 0 deletions
16
docker-compose.override.yaml.example
Normal file
16
docker-compose.override.yaml.example
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue