diff --git a/Dockerfile b/Dockerfile index 8647652..06693e4 100755 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,6 @@ RUN yarn build WORKDIR /usr/src/athena/build -VOLUME "/usr/src/athena/build/.env" - RUN yarn install --production EXPOSE 5555