Skip to content

Commit

Permalink
Remove virtual host configuration files
Browse files Browse the repository at this point in the history
Virtual host configuration files have been removed from all relevant Dockerfiles for the PIC-SURE platform. This step simplifies the configuration by eliminating files that were previously copied into the Docker images. The necessary directives are instead being added directly in the Dockerfiles.
  • Loading branch information
Gcolon021 committed Dec 19, 2023
1 parent 9c64ab3 commit f228eb4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 217 deletions.
3 changes: 0 additions & 3 deletions biodatacatalyst-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ FROM httpd:2.4.53-alpine as base
ARG FILE_SUFFIX
ENV FILE_SUFFIX=${FILE_SUFFIX}

# Replace virtual host config file with ours
COPY httpd-vhosts.conf ${HTTPD_PREFIX}/conf/extra/httpd-vhosts.conf

# Enable virtual hosting config file
RUN sed -i '/^#Include conf.extra.httpd-vhosts.conf/s/^#//' ${HTTPD_PREFIX}/conf/httpd.conf

Expand Down
101 changes: 0 additions & 101 deletions biodatacatalyst-ui/httpd-vhosts-dev.conf

This file was deleted.

113 changes: 0 additions & 113 deletions biodatacatalyst-ui/httpd-vhosts.conf

This file was deleted.

0 comments on commit f228eb4

Please sign in to comment.