Skip to content

Commit

Permalink
Docker image: .env files are no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jan 10, 2024
1 parent db46793 commit 0320203
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 0320203

Please sign in to comment.