AWS ECS exec /usr/local/bin/docker-entrypoint.sh: exec format error
I am pretty new to this Docker world and I am trying to deploy an image (nodejs-typescript service) from aws ECR to aws ECS but when I create the service inside the cluster this error appears and the taks never gets running: exec /usr/local/bin/docker-entrypoint.sh: exec format error My Dockerfile looks like this: FROM node:lts-alpine WORKDIR /usr/app COPY p