Files
luos/docker/Dockerfile
Fernando Ontiveros a57be3d118 using version 1.0.12
2025-04-05 20:58:00 +00:00

10 lines
247 B
Docker

# Use our base image
FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.12-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 . .