From f7eb32d54a19d5508d564d9bb891f3d7bc9d5794 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 11 Aug 2021 23:16:54 +0200 Subject: [PATCH] Working --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ac6377..31fdca8 100755 --- a/Dockerfile +++ b/Dockerfile @@ -10,14 +10,10 @@ RUN yarn install RUN yarn build -RUN cp .env build - WORKDIR /usr/src/athena/build RUN yarn install --production EXPOSE 5555 -COPY . /usr/src/athena/build - CMD ["yarn", "start"]