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

11 lines
123 B
Docker
Raw Normal View History

2023-10-17 23:04:35 +00:00
FROM fascinated/docker-images:node-latest
EXPOSE 5000
2023-10-17 23:05:09 +00:00
RUN npm i -g yarn
2023-10-17 23:04:35 +00:00
RUN yarn install
RUN yarn build
CMD yarn start