Files
luos/docker/Dockerfile
2025-07-01 09:31:58 -04:00

10 lines
317 B
Docker

# Use our base image
# FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.33-php8.3
FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.36-php8.3
# Set the working directory
WORKDIR /code
# Copy the application code from the current directory to /code in the image
COPY --chown=www-data:www-data . .