diff --git a/Dockerfile b/Dockerfile index 347d9cd..3418583 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM public.ecr.aws/bitnami/node:18 RUN apt-get install git ENV NODE_ENV=production -# RUN npm install -g yarn --force RUN npm install -g typescript WORKDIR /app