[odrs-web] The entrypoint file is not needed anymore



commit 5caed8ff05374e4eab08bda9d7c837ca17462c4e
Author: Andrea Veri <averi redhat com>
Date:   Tue Dec 18 23:34:07 2018 +0100

    The entrypoint file is not needed anymore

 Dockerfile    | 3 +--
 entrypoint.sh | 3 ---
 2 files changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 41d8099..ab1ef89 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,8 +17,7 @@ RUN chown -R 1000310000:0 ${ODRS_HOME} && \
     chmod -R 664 ${ODRS_HOME} && \
     find ${ODRS_HOME} -type d -exec chmod 775 {} +
 
-COPY entrypoint.sh /usr/local/bin
 EXPOSE 8443
 
 USER 1001 
-ENTRYPOINT ["entrypoint.sh"]
+ENTRYPOINT ["/usr/bin/run-httpd"]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]