diff --git a/Dockerfile b/Dockerfile index 31fdca8..ce16206 100755 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ RUN yarn install RUN yarn build +RUN mv spotify.json build + WORKDIR /usr/src/athena/build RUN yarn install --production