From 3c5f4d0d6e1bc0a43e3fbf913ed3f58cf002fdc4 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sat, 15 Jan 2022 21:58:07 +0100 Subject: [PATCH] Edit Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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