Skip to content
Snippets Groups Projects
Verified Commit 3e092429 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

feat: update Dockerfile to remove app directory copy step

- Removed the line that copies the application files to the /app directory.
parent c59bc53c
No related branches found
No related tags found
1 merge request!52Ajout de Laravel Octane
Pipeline #962 failed
......@@ -26,7 +26,5 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh && \
# Install SSH client for GitLab CI
RUN apt-get update && apt-get install -y --no-install-recommends openssh-client
COPY . /app
# Needed for GitLab CI
ENTRYPOINT [ "/bin/sh", "-c" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment