JAVA-12420 Renamed docker to docker-modules
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM nginx:latest
|
||||
COPY sample-site/html/* /etc/nginx/html/
|
||||
COPY config/nginx.conf /etc/nginx/nginx.conf
|
||||
@@ -0,0 +1,2 @@
|
||||
FROM sample-site-base:latest
|
||||
COPY html/* /etc/nginx/html/
|
||||
@@ -0,0 +1,3 @@
|
||||
FROM nginx:latest
|
||||
COPY html/* /etc/nginx/html/
|
||||
COPY config/nginx.conf /etc/nginx/nginx.conf
|
||||
@@ -0,0 +1,6 @@
|
||||
mkdir tmp-context
|
||||
cp -R ../html tmp-context/
|
||||
cp -R ../../config tmp-context/
|
||||
cp Dockerfile-script tmp-context/Dockerfile
|
||||
docker build -t sample-site:latest tmp-context
|
||||
rm -rf tmp-context
|
||||
Reference in New Issue
Block a user