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 3636bc3Copy full SHA for 3636bc3
tools/nginx/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nginx:1.21.3-alpine
+FROM nginx:1.25.1-alpine
2
COPY /dist /usr/share/nginx/html
3
EXPOSE 80
4
CMD ["nginx", "-g", "daemon off;"]
0 commit comments