mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
Merge pull request #11 from wk/introduce-dockerfile
introduce trivial dockerfile
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
# -- trivial container for bgpalerter
|
||||
FROM node:10-alpine as build
|
||||
|
||||
WORKDIR /opt/bgpalerter
|
||||
COPY . .
|
||||
|
||||
RUN yarn
|
||||
|
||||
ENTRYPOINT ["npm"]
|
||||
CMD ["run", "serve"]
|
Reference in New Issue
Block a user