Update docker context for the php image

This commit is contained in:
Darko Gjorgjijoski
2024-07-28 17:45:06 -07:00
parent bf5f95d29d
commit 4b9052079f
4 changed files with 15 additions and 17 deletions

View File

@@ -55,12 +55,10 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/*
WORKDIR /home/invoiceshelf/app
# Copy Files
COPY /php/entrypoint.sh /
COPY entrypoint.sh /entrypoint.sh
# Entrypoint
USER invoiceshelf
ENTRYPOINT ["/entrypoint.sh"]
# Launch php-fpm
USER root
CMD ["php-fpm"]