master
parent
5b0589005e
commit
e2c4202351
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue