Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
GroupOne-Front-End
/
refs/heads/master
/
.
/
Dockerfile
blob: bd111ff54c79ecbfae4223f2f3a5eda32938dfbf [
file
] [
log
] [
blame
] [
edit
]
# 生产环境
FROM nginx
:
1.25
-
alpine
COPY dist
/
usr
/
share
/
nginx
/
html
COPY
50x
.
html
/
usr
/
share
/
nginx
/
html
COPY nginx
.
conf
/
etc
/
nginx
/
conf
.
d
/
default
.
conf
EXPOSE
80
CMD
[
"nginx"
,
"-g"
,
"daemon off;"
]