oxodi

Results 8 comments of oxodi

Hi, OS: Ubuntu 22.02 Docker Engine: 20.10.24 Installed using official Repo.

Hi, building it made the same issue: ``` git clone https://github.com/devlikeapro/whatsapp-http-api.git cd whatsapp-http-api/ docker build . -t devlikeapro/whatsapp-http-api docker run --rm -it -p 3000:3000 --name whatsapp-http-api devlikeapro/whatsapp-http-api yarn run v1.22.19...

Running "yarn start" from the APP folder i see this: `Error Could not find TypeScript configuration file "tsconfig.json". Please, ensure that you are running this command in the appropriate directory...

it's an on-premise VPS, running on Proxmox. I'm trying rebuild

I made a new try and this is the result: ``` docker build . -t devlikeapro/whatsapp-http-api [+] Building 744.1s (17/21) docker:default [+] Building 745.6s (17/21) docker:default [+] Building 746.1s (17/21)...

I've tryed in 2 dirrent VPS; Don't worry, if i can help finding a solution let me known, i don't know how to check for helping you

I try in a cloud VPS (Hetzner) and it works correctly; The fact is really strange, the VM use the same Image ( Ubuntu 22) and the same Docker version,...

If this is helpful for you, try running manually in Verbose Mode, i see this: ``` root@8b5c5e7856ce:/app/dist# yarn start yarn run v1.22.19 $ nest start Error Could not find TypeScript...