This website requires JavaScript.
Explore
Help
Sign In
innov
/
nightingale1
Watch
1
Star
0
Fork
You've already forked nightingale1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
bc884175be
nightingale1
/
web
/
Dockerfile
7 lines
72 B
Docker
Raw
Blame
History
FROM
node:lts-alpine AS builder
WORKDIR
/app
COPY
. .
RUN
npm install
Reference in New Issue
View Git Blame
Copy Permalink