From e39d4e11c08258232fc35dae1db446a81be8a728 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 11 Aug 2021 23:10:41 +0200 Subject: [PATCH] Working --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 526ef29..5ac6377 100755 --- a/Dockerfile +++ b/Dockerfile @@ -10,12 +10,12 @@ RUN yarn install RUN yarn build +RUN cp .env build + WORKDIR /usr/src/athena/build RUN yarn install --production -RUN touch .env - EXPOSE 5555 COPY . /usr/src/athena/build