PHRDPL-32 #comment fpm/nginx configuration variabilisable

This commit is contained in:
Alexandre BRACH
2019-05-31 19:15:26 +02:00
parent b70c0ea8ce
commit 0c9fef9a4f
6 changed files with 140 additions and 5 deletions

View File

@@ -161,3 +161,4 @@ FROM nginx:1.15 as phraseanet-nginx
RUN useradd -u 1000 app
ADD ./docker/nginx/ /
COPY --from=builder /var/alchemy/www /var/alchemy/Phraseanet/www
CMD ["/boot.sh"]