Skip to content

Commit

Permalink
Merge pull request #1748 from brefphp/fix-docker-docs
Browse files Browse the repository at this point in the history
Fix path in Docker documentation
  • Loading branch information
mnapoli authored Feb 26, 2024
2 parents 7dcbba6 + 48c143a commit 42d5363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Bref helps you deploy using Docker images by offering base images that work on A
FROM bref/php-81-fpm:2

# Copy the source code in the image
COPY .. /var/task
COPY . /var/task

# Configure the handler file (the entrypoint that receives all HTTP requests)
CMD ["public/index.php"]
Expand Down

0 comments on commit 42d5363

Please sign in to comment.