소스 검색

add dockerfile

Aneurin Barker Snook 2 달 전
부모
커밋
7c8b62ed68
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Dockerfile

+ 4 - 0
Dockerfile

@@ -0,0 +1,4 @@
+FROM nginx:1.27-alpine
+
+COPY images /usr/share/nginx/html/images/
+COPY index.html /usr/share/nginx/html/