From 0a854695107dd32ebd3649541737adc612861eb5 Mon Sep 17 00:00:00 2001 From: Aj - Thomas Date: Mon, 9 May 2022 22:13:04 +0200 Subject: [PATCH] Update dockerfile for future builds --- Dockerfile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed587db1f..ca782c441 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,2 @@ -FROM node:16.15.0-alpine3.15 as build - -WORKDIR /app - -COPY ./package.json /app/package.json -COPY ./yarn.lock /app/yarn.lock - -COPY . . -RUN yarn install -RUN yarn export - FROM nginx:1.21.6 -COPY --from=build /app/out /usr/share/nginx/html +COPY ./out /usr/share/nginx/html \ No newline at end of file