Skip to content

Commit

Permalink
Rename meta_information folder
Browse files Browse the repository at this point in the history
  • Loading branch information
skybluesofa committed Feb 6, 2024
1 parent 8872977 commit a697903
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ auth.json
/.idea
/.vscode
/dev-repos
/meta_information/database/storage
/config/c2c
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
container_name: c2c_blanket_app
build:
context: .
dockerfile: ./meta_information/docker/c2c_blanket_app/Dockerfile
dockerfile: ./server/c2c_blanket_app/docker/Dockerfile
image: c2c_blanket_app
environment:
- SERVICE_NAME=app
Expand All @@ -29,7 +29,7 @@ services:
volumes:
- ./storage/logs/nginx:/var/log/nginx
- ./:/var/www/c2c_blanket
- ./meta_information/server_config/c2c_blanket_web/conf.d/:/etc/nginx/conf.d/
- ./server/c2c_blanket_web/config/conf.d/:/etc/nginx/conf.d/
networks:
- c2c_blanket
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apk update && \
php81-mbstring

# Copy xdebug config file
COPY meta_information/server_config/c2c_blanket_app/conf.d/docker-php-ext-xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
COPY server/c2c_blanket_app/config/conf.d/docker-php-ext-xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

Expand Down

0 comments on commit a697903

Please sign in to comment.