init
This commit is contained in:
9
.history/Dockerfile_20260317181252
Normal file
9
.history/Dockerfile_20260317181252
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM nginx:1.28.2-alpine, stable-alpine,
|
||||
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
|
||||
RUN chmod 644 /usr/share/nginx/html/index.html
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user