From 911c755daf706666c6a3b9d42547054cc59ee754 Mon Sep 17 00:00:00 2001 From: Aj - Thomas Date: Sun, 8 May 2022 22:19:26 +0200 Subject: [PATCH] Add Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5ccd0019..ed587db1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ WORKDIR /app COPY ./package.json /app/package.json COPY ./yarn.lock /app/yarn.lock -RUN yarn install COPY . . +RUN yarn install RUN yarn export FROM nginx:1.21.6