From 939ba958a1847139174c4f9c06b708585332b52a Mon Sep 17 00:00:00 2001 From: Alireza Date: Wed, 21 Sep 2022 09:53:33 -0400 Subject: [PATCH] fix: dockerfile adds typo during merge --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 508790cb9..2b42601df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,6 @@ RUN yarn install --frozen-lockfile --verbose ENV PATH /usr/src/app/node_modules/.bin:$PATH ENV QUICK_BUILD true - @@ -62,7 +61,7 @@ RUN yarn run build # Stage 3: Bundle the built application into a Docker container # which runs Nginx using Alpine Linux