Added lots of stuff

Added stuff to vfs + Dockerized the compilation & added some vscode cfg.
This commit is contained in:
2021-06-20 02:49:56 +01:00
parent 1dca0d18e2
commit bd9fbd2da6
7 changed files with 226 additions and 8 deletions

6
docker-compose.yml Normal file
View File

@ -0,0 +1,6 @@
version: "3.9"
services:
builder:
build: .
volumes:
- .:/code