1
0
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:
Kovah 2024-02-05 23:32:24 +01:00
parent feccc5f403
commit e91970fccf
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -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