mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-29 10:59:49 +01:00
Fix release Dockerfile
This commit is contained in:
parent
feccc5f403
commit
e91970fccf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user