Add a Docker Compose file for production
This commit is contained in:
parent
08ad9bab9e
commit
8d557df62a
3 changed files with 44 additions and 0 deletions
2
tools/docker/images/nginx/Dockerfile
Normal file
2
tools/docker/images/nginx/Dockerfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
FROM nginx:1 as base
|
||||
COPY tools/docker/images/nginx/root /
|
Loading…
Add table
Add a link
Reference in a new issue