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
f481c5cfeb
ws4kp
/
Dockerfile
8 lines
100 B
Docker
Raw
Normal View
History
Unescape
Escape
Revert "Pin Node to v16." This reverts commit d850165752a9641082f37bf7ecbd5418e5f4c89d.
2023-04-19 22:04:05 +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