From c3e99c39687a88797a107c0383649ed5bc83941a Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 11 Aug 2021 20:16:08 +0200 Subject: [PATCH] Working --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 943c5f3..ef62493 100755 --- a/Dockerfile +++ b/Dockerfile @@ -12,10 +12,10 @@ RUN yarn install RUN yarn build -RUN cp .env build - WORKDIR /usr/src/athena/build +VOLUME /usr/src/athena/build/.env + RUN yarn install --production EXPOSE 5555