This website requires JavaScript.
Explore
Help
Register
Sign In
djpbessems
/
ContainerImage.WendyUI
Archived
Watch
1
Star
0
Fork
0
You've already forked ContainerImage.WendyUI
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2022-06-19
. You can view files and clone it, but cannot push or open issues or pull requests.
c2e3dc8d0e
ContainerImage.WendyUI
/
Fastify
/
Dockerfile
9 lines
99 B
Docker
Raw
Normal View
History
Unescape
Escape
Added build for Fastify
2022-01-20 14:16:21 +00:00
FROM
node:17-alpine
Specify Fastify workdir
2022-01-20 14:26:32 +00:00
WORKDIR
/app
COPY
./ /app
Added build for Fastify
2022-01-20 14:16:21 +00:00
Specify Fastify workdir
2022-01-20 14:26:32 +00:00
RUN
npm install fastify
Added build for Fastify
2022-01-20 14:16:21 +00:00
CMD
[
"node"
,
"server.js"
]
Reference in New Issue
Copy Permalink