This commit is contained in:
Rizky 2024-01-25 12:19:48 +07:00
parent cef483247c
commit 1ecf997e6f
4 changed files with 2 additions and 2 deletions

BIN
dockerzip

Binary file not shown.

View File

@ -22,11 +22,11 @@ if (!(await existsAsync(dir("app")))) {
}
if (!(await existsAsync(dir("app/db")))) {
await $`unzip -o pkgs/zip/db.zip -d app/db`;
await $`unzip -o pkgs/zip/dbzip -d app/db`;
}
if (!(await existsAsync(dir("app/srv")))) {
await $`unzip -o pkgs/zip/srv.zip -d app/srv`;
await $`unzip -o pkgs/zip/srvzip -d app/srv`;
}
if (!process.env.PORT) {

BIN
pkgs/zip/dbzip Normal file

Binary file not shown.

BIN
pkgs/zip/srvzip Normal file

Binary file not shown.