alexandria/Dockerfile

9 lines
94 B
Docker

FROM node
COPY . .
RUN npm ci
#TODO need to grab a bundler to build
ENTRYPOINT npm run dev