summaryrefslogtreecommitdiff
path: root/Dockerfile.production
diff options
context:
space:
mode:
authorJan Friedli2020-03-29 15:02:47 +0200
committerJan Friedli2020-05-09 21:21:48 +0200
commite69d97e7ed58bb753cc89b0b8bf9a671b9dde296 (patch)
tree42b583510137ae2c82ecc86205e31f240c882e64 /Dockerfile.production
parentacb6694f8215ed09f83099196aa2165ba2c9dbd8 (diff)
Revert "moved socket file and nginx pid to /tmpfs"
This reverts commit 4731cf86b1a1a380235948cc82b2ee5fbd35f11d.
Diffstat (limited to '')
-rw-r--r--Dockerfile.production2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.production b/Dockerfile.production
index 8201361..025393f 100644
--- a/Dockerfile.production
+++ b/Dockerfile.production
@@ -2,7 +2,7 @@
2 2
3From registry.0xacab.org/georg/mat2-ci-images:debian 3From registry.0xacab.org/georg/mat2-ci-images:debian
4 4
5LABEL maintainer="Mat2-Web Co-Maintainer <jan.friedli@immerda.ch>" 5LABEL maintainer="Mat-Web Co-Maintainer <jan.friedli@immerda.ch>"
6 6
7WORKDIR /var/www/mat2-web 7WORKDIR /var/www/mat2-web
8 8