Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzyBek authored Jul 9, 2024
1 parent 44b100a commit 0a454f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ RUN --mount=type=ssh pnpm install
FROM webdevops/php-apache-dev:${PHP_VERSION}

# Copy files from the previous stage
RUN ls -a

COPY --from=base /app /app

RUN --mount=type=ssh ssh-add -l
Expand Down

0 comments on commit 0a454f2

Please sign in to comment.