Skip to content

Commit f079764

Browse files
authored
Merge pull request #16 from FileFighter/feature/updateDockerImages
do apt upgrade
2 parents 04c56a4 + becb346 commit f079764

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ReverseProxy/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# dockerfile
22
FROM nginx
3+
RUN apt update && apt upgrade -y
34
RUN rm /etc/nginx/conf.d/default.conf
45
COPY nginx.conf /etc/nginx/nginx.conf
56
EXPOSE 80
6-
CMD ["nginx", "-g", "daemon off;"]
7+
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)