Added Docker Stuff + Rearranged Files and Folders
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: "3"
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfiles/Dockerfile
|
||||
container_name: winglbot
|
||||
restart: always
|
||||
Reference in New Issue
Block a user