TP-17651 | Docker File Updated

This commit is contained in:
yashmantri
2023-05-07 11:39:32 +05:30
parent 6bcd975e90
commit 5039a36345

View File

@@ -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