init
This commit is contained in:
9
.history/Dockerfile_20260317181255
Normal file
9
.history/Dockerfile_20260317181255
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM nginx: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