This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloaded/Dockerfile
2023-10-18 00:05:09 +01:00

11 lines
123 B
Docker

FROM fascinated/docker-images:node-latest
EXPOSE 5000
RUN npm i -g yarn
RUN yarn install
RUN yarn build
CMD yarn start