mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Docker images are buildables
This commit is contained in:
7
Dockerfile-nginx
Normal file
7
Dockerfile-nginx
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM nginx:1.15
|
||||
|
||||
RUN useradd -u 1000 app
|
||||
|
||||
ADD ./docker/nginx/ /
|
||||
|
||||
COPY www /var/alchemy/Phraseanet/
|
Reference in New Issue
Block a user