[odrs-web/oscp] The entrypoint file is not needed anymore
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web/oscp] The entrypoint file is not needed anymore
- Date: Tue, 18 Dec 2018 22:34:16 +0000 (UTC)
commit 0acce3c58d411c8e7ab25efa00a65961722013b9
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]