diff --git a/Dockerfile b/Dockerfile index a267c87..06693e4 100755 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,6 @@ WORKDIR /usr/src/athena/build RUN yarn install --production -COPY . . - EXPOSE 5555 CMD ["yarn", "start"]