Update Dockerfile

This commit is contained in:
2022-01-15 19:55:03 +01:00
parent fc467db3ad
commit 291ab0236e

View File

@@ -14,6 +14,10 @@ WORKDIR /usr/src/athena/build
RUN yarn install --production
RUN mkdir .config && cd .config
RUN touch .spotify
EXPOSE 5555
CMD ["yarn", "start"]