This website requires JavaScript.
Explore
Help
Register
Sign in
markmental
/
ws4kp-linhanced
Watch
1
Star
0
Fork
You've already forked ws4kp-linhanced
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f481c5cfeb
ws4kp-linhanced
/
Dockerfile
8 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
Revert "Pin Node to v16." This reverts commit d850165752a9641082f37bf7ecbd5418e5f4c89d.
2023-04-19 16:04:05 -06:00
FROM node:18-alpine
Tweak Dockerfile for better caching
2023-04-13 15:38:30 -06:00
WORKDIR /app
COPY package*.json .
RUN npm ci
Add dockerfile and build
2023-04-13 11:43:52 -06:00
COPY . .
CMD ["node", "index.js"]
Reference in a new issue
Copy permalink