Skip to content

Commit 1bc4319

Browse files
authored
Create Dockerfile
1 parent 13fc818 commit 1bc4319

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nginx/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM nginx:1.21.6
2+
RUN rm /etc/nginx/conf.d/default.conf
3+
COPY nginx.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)