Move docker files into subdir
This commit is contained in:
parent
600cbc626f
commit
246317d84f
5 changed files with 0 additions and 2 deletions
9
docker/Dockerfile
Normal file
9
docker/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
# Replace default config.
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
COPY nginx.conf /etc/nginx/conf.d/auth.conf
|
||||
|
||||
# Add user credentials.
|
||||
COPY nginx.htpasswd /etc/nginx/auth.htpasswd
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue