diff options
| author | Max Resnick <max@ofmax.li> | 2019-12-23 07:33:04 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2019-12-23 07:33:04 -0800 |
| commit | 3ec61949c43463f7771301b9c4f4265eb15a0487 (patch) | |
| tree | 5a917d75a60884d04c507d326890bf77cb70bd3c /src/static-files/Dockerfile | |
| download | grumpy-containers-3ec61949c43463f7771301b9c4f4265eb15a0487.tar.gz | |
initial commit
Diffstat (limited to 'src/static-files/Dockerfile')
| -rw-r--r-- | src/static-files/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/static-files/Dockerfile b/src/static-files/Dockerfile new file mode 100644 index 0000000..5653b3b --- /dev/null +++ b/src/static-files/Dockerfile @@ -0,0 +1,3 @@ +FROM bitnami/nginx:1.16 + +COPY conf /opt/bitnami/nginx/conf/server_blocks/static-files.conf |