Change .spotify to spotify.json

This commit is contained in:
2022-01-15 21:43:00 +01:00
parent 21a95303b8
commit 7e97bbad33
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ WORKDIR /usr/src/athena/build
RUN yarn install --production
RUN touch .spotify
RUN touch spotify.json
EXPOSE 5555