Fix include folder name, update dockerfile and compile the executable inside the docker container

This commit is contained in:
2025-03-19 10:26:16 +01:00
parent 5ec8a150cd
commit 67d8fa370d
13 changed files with 99 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../Include/FileReader.h"
#include "../include/FileReader.h"
#include <string>
#include <fstream>