Skip to content

Commit

Permalink
organize
Browse files Browse the repository at this point in the history
  • Loading branch information
shibafu528 committed Nov 30, 2023
1 parent a73bf9e commit 1662bae
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker/production/nginx.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FROM ${TISSUE_FOUNDATION_IMAGE_NAME} as foundation

FROM nginx:alpine

COPY ./docker/production/default.conf.template /etc/nginx/templates/
COPY ./docker/production/config/default.conf.template /etc/nginx/templates/

COPY --from=foundation /app/public /app/public
2 changes: 1 addition & 1 deletion docker/production/php.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN apt-get update \

COPY --from=foundation --chown=www-data:www-data /app /app

COPY ./docker/production/php.ini "$PHP_INI_DIR/php.ini"
COPY ./docker/production/config/php.ini "$PHP_INI_DIR/php.ini"
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
environment:
PHP_APP_HOST: php
ports:
- 4519:80
- 127.0.0.1:4545:80
depends_on:
- php

0 comments on commit 1662bae

Please sign in to comment.