metacall / faas

Reimplementation of MetaCall FaaS platform written in TypeScript.
https://dashboard.metacall.io
Apache License 2.0
14 stars 21 forks source link

Unable to deploy any project inside docker #70

Open HeeManSu opened 4 days ago

HeeManSu commented 4 days ago

Steps to reproduce:

  1. Build the image using the command docker compose build.
  2. Run the container using the docker compose up faascommand.
  3. Go to any project and deploy it using the command metacall-deploy --dev.

Error Encountered: /gnu/etc/profile: No such file or directory /gnu/bin/metacallcli: No such file or directory

image

NOTE The error occurs ONLY within the Docker container. Deployment works seamlessly outside of Docker.