Compare commits
No commits in common. "37b43ef8f5bdf8c9a7232c2a45f85ae070db1493" and "1021a2d6be27e6d3755c2269bac11b27c0acebdb" have entirely different histories.
37b43ef8f5
...
1021a2d6be
@ -2,7 +2,7 @@
|
|||||||
FROM nginx:stable-alpine
|
FROM nginx:stable-alpine
|
||||||
|
|
||||||
# 复制Nginx配置文件
|
# 复制Nginx配置文件
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
# 暴露80端口
|
# 暴露80端口
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user