node-express-template.ts icon indicating copy to clipboard operation
node-express-template.ts copied to clipboard

local-run.sh: not found

Open przemek-nowicki opened this issue 8 months ago • 0 comments

If you encounter the error below after executing docker-compose up:

web_1  | sh: /app/scripts/docker/local-run.sh: not found

Please resolve it by running docker-compose build.

Reason: The command from docker-compose.yaml has been moved to a separate .sh script, necessitating a rebuild of the web image.

przemek-nowicki avatar Oct 13 '23 09:10 przemek-nowicki