mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27:14 +01:00
8 lines
301 B
YAML
8 lines
301 B
YAML
|
# This file can be used to override defaults from the docker-compose.yml file
|
||
|
# if it is copied/renamed to docker-compose.override.yml
|
||
|
|
||
|
version: '3.9'
|
||
|
services:
|
||
|
vite:
|
||
|
# Set this to your local uid:gid to run the frontend build as your user and keep the working directory clean
|
||
|
user: 1000:1000
|