Skip to content

Commit 69a7fc0

Browse files
With Claude Code: The copy-paste commands in the README haven't been validated to actually work end-to-end.
1 parent 01ca271 commit 69a7fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ docker compose up
6161

6262
# Option 3: Production with NGINX
6363

64-
# Copy Dockerfile, Docker Compose, and nginx config:
64+
# Copy Dockerfile and Docker Compose:
6565
cp scripts/production_with_nginx/Dockerfile Dockerfile
6666
cp scripts/production_with_nginx/docker-compose.yml docker-compose.yml
67-
cp default.conf default.conf # nginx configuration (already in root)
67+
# Note: default.conf for nginx is already in the root directory
6868

6969
# Copy and create your environment file
7070
cp scripts/production_with_nginx/.env.example src/.env

0 commit comments

Comments
 (0)