summaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 77adb9eb7e3419903b78015ea4012ee3d2014498 (plain)
1
2
3
4
5
6
FROM node:latest

WORKDIR /app

RUN npm install && npm run build
RUN serve -S dist