Skip to content

Commit

Permalink
Docker: Remove the line to copy .env.dist to .env. No longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Dec 12, 2023
1 parent dcd348d commit 320731a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ RUN tar -xvjf /tmp/*.tar.bz2 -C /var/www/html/ && \
rm -rf /tmp/*.tar.bz2

# Add the application configuration files
RUN cp .env.dist .env
RUN cp config/openconext/parameters.yaml.dist config/openconext/parameters.yaml

# Add the config files for Apache2
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM ghcr.io/openconext/openconext-basecontainers/php82-apache2:latest
WORKDIR /var/www/html
ADD output.zip /var/www/html/
# Add the application configuration files
RUN cp .env.dist .env
RUN cp config/openconext/parameters.yaml.dist config/openconext/parameters.yaml
# Add the config files for Apache2
RUN rm -rf /etc/apache2/sites-enabled/*
Expand Down

0 comments on commit 320731a

Please sign in to comment.