adding docker files
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
# 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
|
||||
WORKDIR /code
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user