master
zzx 2023-08-04 15:51:22 +08:00
parent 5b0589005e
commit e2c4202351
2 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,8 @@
FROM nginx:latest
WORKDIR /usr/share/nginx/html/
COPY ./build /usr/share/nginx/html/
COPY ./src /usr/share/nginx/html/
COPY ./dist /usr/share/nginx/html/
EXPOSE 80

View File

@ -1,15 +1,12 @@
version: '3.7'
services:
gms-front:
image: linear-repo-registry-vpc.cn-shanghai.cr.aliyuncs.com/platform/dream-hd:release
linear-hd:
image: linear-repo-registry-vpc.cn-shanghai.cr.aliyuncs.com/platform/dream-hd:zzx_local_1691056885
privileged: true
cap_add:
- ALL
restart: always
container_name: dream-hd
resources:
limits:
cpus: "0.30"
expose:
- 80
ports: