Skip to content

Commit 1e31d81

Browse files
authored
Merge branch 'dev/v0.7.0' into dev/v0.7.0
2 parents 541d523 + 9eb43ff commit 1e31d81

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:latest AS nginx
1+
FROM nginx:latest
22

33
WORKDIR /
44
ADD devops/dockerfile/docs-server/nginx.conf /etc/nginx/conf.d/default.conf
@@ -7,7 +7,3 @@ WORKDIR /usr/share/nginx/html/
77
COPY ./doc/en/_build/html/ ./
88

99
EXPOSE 80
10-
11-
12-
FROM nginx:latest AS product
13-

0 commit comments

Comments
 (0)