This website requires JavaScript.
Explore
Help
Register
Sign In
dapr
/
samples
mirror of
https://github.com/dapr/samples.git
Watch
1
Star
0
Fork
You've already forked samples
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
samples
/
batch-file-processing
/
batchReceiver
/
Dockerfile
7 lines
94 B
Docker
Raw
Permalink
Blame
History
FROM
node:8-alpine
WORKDIR
/app
COPY
. .
RUN
npm install
EXPOSE
3003
CMD
[
"node"
,
"app.js"
]
Reference in New Issue
View Git Blame
Copy Permalink