Skip to content

Commit

Permalink
run by default, script checks cert_path
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEverling committed Dec 27, 2023
1 parent 6130a4b commit 0a81f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bshp/apache2:latest

MAINTAINER [email protected]
LABEL org.opencontainers.image.authors="[email protected]"

ARG TOMCAT_VERSION
ARG JAVA_VERSION=0
Expand Down
6 changes: 1 addition & 5 deletions src/usr/local/bin/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#!/bin/bash

## Certificates ##
if [ "${CERT_PATH}" != "" ];then
/usr/local/bin/cert-updater;
fi

## Initialization ##
/usr/local/bin/cert-updater;
/usr/local/bin/app-config;
/usr/local/bin/app-updater;

Expand Down

0 comments on commit 0a81f1a

Please sign in to comment.