Git add for test
This commit is contained in:
10
docker_web/Dockerfile
Normal file
10
docker_web/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM nginx:1.29.4
|
||||
|
||||
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user