This website requires JavaScript.
Explore
Help
Sign In
dusk
/
alexandria
Watch
1
Star
0
Fork
You've already forked alexandria
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e1fffa26a5
alexandria
/
Dockerfile
9 lines
94 B
Docker
Raw
Blame
History
FROM
node
COPY
. .
RUN
npm ci
#TODO need to grab a bundler to build
ENTRYPOINT
npm run dev
Reference in New Issue
View Git Blame
Copy Permalink