mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-13 20:14:39 +03:00
chore: added docker compoe for docs
This commit is contained in:
parent
9724fac958
commit
d8396d2331
2 changed files with 31 additions and 1 deletions
9
docs/Dockerfile
Normal file
9
docs/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /
|
||||
|
||||
COPY ./package*.json .
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD ["npm", "run", "build"]
|
Loading…
Add table
Add a link
Reference in a new issue