Skip to content

Commit

Permalink
Fix path for nginx:alpine in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Oct 11, 2023
1 parent ce49ae9 commit 2fa8021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ if needed).

```
npm run build
containerify --fromImage nginx:alpine --folder . --toImage frontend:latest --customContent dist:/var/www/html --toRegistry https://registry.example.com/v2/
containerify --fromImage nginx:alpine --folder . --toImage frontend:latest --customContent dist:/usr/share/nginx/html --toRegistry https://registry.example.com/v2/
```

This will take nginx:alpine and copy the files in `./dist/` into `/var/www/html`.
This will take nginx:alpine and copy the files in `./dist/` into `/usr/share/nginx/html`.

### Command line options

Expand Down

0 comments on commit 2fa8021

Please sign in to comment.