Compare commits
44 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
589a28c98e | |
|
|
d1504468d3 | |
|
|
c4eb43769a | |
|
|
7a0ae7886e | |
|
|
4da6835f40 | |
|
|
29feac03a3 | |
|
|
e7e5481d6b | |
|
|
ba2d248971 | |
|
|
0f158f35b4 | |
|
|
b42acd9208 | |
|
|
0b8cd890ba | |
|
|
8ac62bef81 | |
|
|
eed44c4c68 | |
|
|
6b2aaa7aeb | |
|
|
3fd4026170 | |
|
|
a7477deb9f | |
|
|
a93541cc15 | |
|
|
9f770e8487 | |
|
|
e75843bcf8 | |
|
|
67aa84d0b3 | |
|
|
e2eb3b079e | |
|
|
2df9611b90 | |
|
|
de8c416266 | |
|
|
7cf08fcf14 | |
|
|
fd2fcc2c1b | |
|
|
823a8defc8 | |
|
|
63949500f6 | |
|
|
3ce926319b | |
|
|
5cad1c2d2b | |
|
|
f92ba97062 | |
|
|
7aa4518673 | |
|
|
f08e73a42e | |
|
|
c80928a602 | |
|
|
6ff7c1f06e | |
|
|
d5d8961c8b | |
|
|
bf49072325 | |
|
|
4a77cebe93 | |
|
|
96a74b0107 | |
|
|
23b9f0a1d1 | |
|
|
f43d582530 | |
|
|
832b6303f0 | |
|
|
0e7784970a | |
|
|
20cbc5b7b8 | |
|
|
f8f6e298cd |
|
|
@ -32,7 +32,7 @@ FROM m.daocloud.io/docker.io/library/nginx:alpine
|
||||||
COPY --from=builder --chown=nginx:nginx /app/dist /usr/share/nginx/html
|
COPY --from=builder --chown=nginx:nginx /app/dist /usr/share/nginx/html
|
||||||
|
|
||||||
# 复制 Nginx 配置
|
# 复制 Nginx 配置
|
||||||
COPY Dockerfiles/Dockerfile-staging/default.conf /etc/nginx/conf.d/default.conf
|
COPY Dockerfiles/Dockerfile-production/default.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
# 暴露端口
|
# 暴露端口
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue