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