Skip to content

Commit

Permalink
fixing command issue in container
Browse files Browse the repository at this point in the history
  • Loading branch information
jpl-btlunsfo committed Sep 24, 2024
1 parent 4f596f9 commit ff45461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN apt update && apt install -y apache2 libapache2-mod-auth-openidc ca-certific

COPY write_site.py /usr/local/bin/

CMD ["/bin/bash", "-c", "python3 /usr/local/bin/write_site.py && apache2-foreground"]
CMD ["/bin/bash", "-c", "python3 /usr/local/bin/write_site.py && httpd-foreground"]
2 changes: 1 addition & 1 deletion terraform-unity/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ variable "installprefix" {
variable "httpd_proxy_version" {
description = "The version of the httpd proxy container"
type = string
default = "0.16.1"
default = "0.16.2"
}

variable "ssm_account_id" {
Expand Down

0 comments on commit ff45461

Please sign in to comment.