diff --git a/Dockerfile b/Dockerfile index 3dbd26c..d8b8eba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,6 @@ FROM public.ecr.aws/bitnami/node:18 ENV NODE_ENV=production RUN npm install -g typescript -# test new build - WORKDIR /app COPY . . RUN yarn