Skip to content

Commit db9cadf

Browse files
committed
Add the initial nginx Dockerfile
[refs #181063d07dcf]
1 parent b9facfb commit db9cadf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nginx/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM debian:buster-slim
2+
3+
RUN apt-get update
4+
RUN apt-get install -y nginx
5+
6+
CMD nginx -g 'daemon off;'

0 commit comments

Comments
 (0)