feat: add version number to docker image

This commit is contained in:
hackerESQ
2025-07-16 17:07:25 -05:00
parent 90a15ceddb
commit cf475657cf
3 changed files with 6 additions and 0 deletions
+3
View File
@@ -44,6 +44,9 @@ FROM php:8.3-fpm-alpine
# Set the working directory
WORKDIR /var/app
ARG VERSION=dev
ENV VERSION=$VERSION
# Copy necessary files from the builder stage
COPY --from=builder /var/app /var/app
COPY --from=builder /usr/local/etc/php/conf.d /usr/local/etc/php/conf.d