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.
2 parents 04c56a4 + becb346 commit f079764Copy full SHA for f079764
ReverseProxy/Dockerfile
@@ -1,6 +1,7 @@
1
# dockerfile
2
FROM nginx
3
+RUN apt update && apt upgrade -y
4
RUN rm /etc/nginx/conf.d/default.conf
5
COPY nginx.conf /etc/nginx/nginx.conf
6
EXPOSE 80
-CMD ["nginx", "-g", "daemon off;"]
7
+CMD ["nginx", "-g", "daemon off;"]
0 commit comments