diff --git a/Dockerfile b/Dockerfile index c453403..0c0d514 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ RUN yarn install COPY config.template.js /app/config.js COPY . /app RUN yarn lint -RUN yarn prettier RUN yarn run build FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/nginx:1.23.3-alpine