parent
481190f3bf
commit
5d77266d05
@ -0,0 +1,13 @@
|
||||
services:
|
||||
date-front:
|
||||
image: node:lts-slim
|
||||
entrypoint:
|
||||
- "bash"
|
||||
- "docker/dev/entrypoint.sh"
|
||||
volumes:
|
||||
- '.:/var/www/html/funky-framadate-front'
|
||||
working_dir: '/var/www/html/funky-framadate-front'
|
||||
environment:
|
||||
- "NODE_OPTIONS=--openssl-legacy-provider"
|
||||
ports:
|
||||
- "4200:4200"
|
@ -0,0 +1,2 @@
|
||||
yarn install --pure-lockfile
|
||||
yarn start_docker
|
Loading…
Reference in new issue