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
2c285e63c1
nightingale
/
web
/
Dockerfile
7 lines
72 B
Docker
Raw
Normal View
History
Unescape
Escape
add docker support
2020-03-23 00:05:53 +08:00
FROM
node:lts-alpine AS builder
add nginx & update monapi
2020-03-23 00:42:22 +08:00
WORKDIR
/app
add docker support
2020-03-23 00:05:53 +08:00
add nginx & update monapi
2020-03-23 00:42:22 +08:00
COPY
. .
RUN
npm install