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
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