diff --git a/Dockerfile b/Dockerfile index d83dde7..31fdca8 100755 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,6 @@ WORKDIR /usr/src/athena/build RUN yarn install --production -RUN touch spotify.json - EXPOSE 5555 CMD ["yarn", "start"]