adding docker files

This commit is contained in:
Fernando Ontiveros
2025-04-05 18:34:48 +00:00
parent 9623892e79
commit e4c80533e8

View File

@@ -1,10 +1,9 @@
# Use our base image # Use our base image
FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.9-php8.3 FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.11-php8.3
# Set the working directory # Set the working directory
WORKDIR /code WORKDIR /code
# Copy the application code from the current directory to /code in the image # Copy the application code from the current directory to /code in the image
COPY . . COPY --chown=www-data:www-data . .
RUN chown -R www-data:www-data /code