change baseimage to alpine
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Use our base image
|
# 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.33-php8.3
|
||||||
|
FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.36-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 --chown=www-data:www-data . .
|
COPY --chown=www-data:www-data . .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user