mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
FROM nginx:1.15
|
|
|
|
RUN useradd -u 1000 app
|
|
|
|
ADD ./docker/nginx/ /
|
|
|
|
COPY www /var/alchemy/Phraseanet/
|