This website requires JavaScript.
Explore
Help
Sign In
lifning
/
ws4kp
Watch
1
Star
0
Fork
You've already forked ws4kp
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
2d0af7a143
ws4kp
/
Dockerfile
8 lines
100 B
Docker
Raw
Normal View
History
Unescape
Escape
Add dockerfile and build
2023-04-13 17:43:52 +00:00
FROM
node:18-alpine
Tweak Dockerfile for better caching
2023-04-13 21:38:30 +00:00
WORKDIR
/app
COPY
package*.json .
RUN
npm ci
Add dockerfile and build
2023-04-13 17:43:52 +00:00
COPY
. .
CMD
[
"node"
,
"index.js"
]
Reference in a new issue
Copy permalink