mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-16 14:04:53 +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
|
FROM linkace/base-image:php-8.3-alpine AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
# Pull composer and install required packages
|
||||||
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
|
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
|
# Make needed parts of the app available in the container
|
||||||
COPY ./app /app/app
|
COPY ./app /app/app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user