This website requires JavaScript.
Explore
Help
Sign In
innov
/
nightingale
Watch
1
Star
0
Fork
You've already forked nightingale
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1accfdf9a8
nightingale
/
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