Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Aug 7, 2023
1 parent 1cb0a32 commit 36b4d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./
platforms: linux/amd64,linux/arm64
file: ./docker/Dockerfile
push: true
tags:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ RUN docker-php-ext-install \
sockets

RUN apk add --no-cache nginx
RUN cp docker/nginx/nginx.conf /etc/nginx/nginx.conf
RUN cp nginx/nginx.conf /etc/nginx/nginx.conf
RUN [ -d /etc/nginx/conf.d ] || mkdir /etc/nginx/conf.d
RUN cp docker/nginx/default.conf /etc/nginx/conf.d/default.conf
RUN cp nginx/default.conf /etc/nginx/conf.d/default.conf

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

Expand Down

0 comments on commit 36b4d23

Please sign in to comment.