2025-04-05 16:23:05 +00:00
|
|
|
# Use our base image
|
2025-07-01 09:31:58 -04:00
|
|
|
# FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.33-php8.3
|
2025-07-02 16:53:13 -04:00
|
|
|
FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.42-php8.3
|
2025-04-05 16:23:05 +00:00
|
|
|
|
|
|
|
|
# Set the working directory
|
|
|
|
|
WORKDIR /code
|
|
|
|
|
|
|
|
|
|
# Copy the application code from the current directory to /code in the image
|
2025-04-05 18:34:48 +00:00
|
|
|
COPY --chown=www-data:www-data . .
|