Skip to content

Commit ff45461

Browse files
committed
fixing command issue in container
1 parent 4f596f9 commit ff45461

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN apt update && apt install -y apache2 libapache2-mod-auth-openidc ca-certific
55

66
COPY write_site.py /usr/local/bin/
77

8-
CMD ["/bin/bash", "-c", "python3 /usr/local/bin/write_site.py && apache2-foreground"]
8+
CMD ["/bin/bash", "-c", "python3 /usr/local/bin/write_site.py && httpd-foreground"]

terraform-unity/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variable "installprefix" {
3737
variable "httpd_proxy_version" {
3838
description = "The version of the httpd proxy container"
3939
type = string
40-
default = "0.16.1"
40+
default = "0.16.2"
4141
}
4242

4343
variable "ssm_account_id" {

0 commit comments

Comments
 (0)