fix: dockerfile adds typo during merge

This commit is contained in:
Alireza 2022-09-21 09:53:33 -04:00 committed by GitHub
parent adbb236ab4
commit 939ba958a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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