chore: 变更dockerfile nginx 镜像版本号
This commit is contained in:
parent
b726f61708
commit
c13c1dff03
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:latest
|
||||
FROM nginx:1.24.0
|
||||
|
||||
COPY dist/ /app/
|
||||
RUN mkdir /cnf && chown 777 /cnf
|
||||
|
|
Loading…
Reference in New Issue