mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
e0e48f1e99
Move the scripts to the script folder.
12 lines
208 B
YAML
Executable File
12 lines
208 B
YAML
Executable File
version: "3"
|
|
|
|
services:
|
|
app:
|
|
build: .
|
|
stdin_open: true
|
|
# tty: true
|
|
environment:
|
|
- DISPLAY=${DISPLAY}
|
|
volumes:
|
|
- $HOME/.Xauthority:/root/.Xauthority:rw
|
|
network_mode: host |