mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
14 lines
328 B
YAML
14 lines
328 B
YAML
|
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"
|