Skip to content

Commit

Permalink
update container workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Sep 23, 2023
1 parent 0feb53e commit 5dc40a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php-cakephp5-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion php/cakephp5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN a2enmod rewrite
COPY . /var/www/html

# Composerで依存関係をインストール
RUN composer install --no-interaction --no-plugins --no-scripts
RUN composer install --no-interaction --no-plugins

# tmpディレクトリとlogsディレクトリのパーミッションを設定
RUN chmod -R 777 /var/www/html/tmp
Expand Down

0 comments on commit 5dc40a3

Please sign in to comment.