Automated commit to demo branch from Docker container
This commit is contained in:
parent
352b561d15
commit
f83bd2c713
@ -1,4 +1,4 @@
|
|||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
COPY ./custom1/*.html /usr/share/nginx/html/
|
COPY ./newtest/*.html /usr/share/nginx/html/
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user