This commit is contained in:
commit
5c193c735e
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@ -0,0 +1,15 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: registry.nanao.moe
|
||||
repo: registry.nanao.moe/images/tavernai
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
tags:
|
||||
- latest
|
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM node:19-alpine
|
||||
WORKDIR /app
|
||||
RUN git clone https://github.com/TavernAI/TavernAI
|
||||
CMD ["node","./TavernAI/server.js"]
|
Loading…
Reference in New Issue
Block a user