We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588ffe4 commit e502164Copy full SHA for e502164
tools/nginx/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nginx:1.21.3-alpine
+FROM nginx:1.27.1-alpine
2
COPY /dist /usr/share/nginx/html
3
EXPOSE 80
4
CMD ["nginx", "-g", "daemon off;"]
0 commit comments