alexandria/Dockerfile

9 lines
94 B
Docker
Raw Permalink Normal View History

2024-09-01 09:15:53 +00:00
FROM node
COPY . .
RUN npm ci
#TODO need to grab a bundler to build
ENTRYPOINT npm run dev