feat: add workflows
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM docker.hub.ipao.vip/alpine:3.20
|
||||
|
||||
COPY backend/build/app /app/qvyun
|
||||
COPY backend/config.prod.toml /app/config.toml
|
||||
COPY frontend/dist /app/dist
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENTRYPOINT ["/app/qvyun"]
|
||||
|
||||
CMD [ "serve" ]
|
||||
Reference in New Issue
Block a user