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 FROM nginx:latest
WORKDIR /usr/share/nginx/html/ WORKDIR /usr/share/nginx/html/
COPY ./src /usr/share/nginx/html/
COPY ./build /usr/share/nginx/html/ COPY ./dist /usr/share/nginx/html/
EXPOSE 80 EXPOSE 80

View File

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