Skip to content

Commit

Permalink
Fix release Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Feb 5, 2024
1 parent feccc5f commit e91970f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/docker/dockerfiles/release-multiplatform.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
FROM linkace/base-image:php-8.3-alpine AS builder
WORKDIR /app

# Pull composer and install required packages
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
RUN apk add --no-cache git

# Make needed parts of the app available in the container
COPY ./app /app/app
Expand Down

0 comments on commit e91970f

Please sign in to comment.