mirror of
https://github.com/LinwoodDev/Butterfly.git
synced 2025-05-17 22:36:09 +08:00

* fix docker build * fix docker build * fix docker build * add EXPOSE to Dockerfile and edit selfhosting file --------- Co-authored-by: Simon Rieger <simon@rieger.app>
9 lines
132 B
YAML
9 lines
132 B
YAML
services:
|
|
butterfly:
|
|
build:
|
|
context: .
|
|
container_name: butterfly
|
|
#ports:
|
|
# - "3000:80"
|
|
restart: always
|