Update Dockerfile

This commit is contained in:
Lee
2022-11-14 03:31:42 +00:00
parent 27532f4d2e
commit 7c5f636e7c
6 changed files with 64 additions and 8341 deletions

View File

@ -33,7 +33,6 @@ export function createFileIO(dir, fileName, bytes) {
}
const fileLocation = dir + path.sep + fileName;
console.log(fileLocation);
fs.writeFile(
fileLocation,
bytes,