Skip to content

Commit 05101e5

Browse files
author
Paul Belt
committed
chore: move docker/ to etc/docker/
1 parent a49fd60 commit 05101e5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ COPY --from gitoxide:latest /bin/ein /usr/local/bin/
7878
#### Pipeline Integration (base image)
7979

8080
```sh
81-
docker build -f docker/Dockerfile.alpine -t gitoxide:latest --compress . --target=pipeline
81+
docker build -f etc/docker/Dockerfile.alpine -t gitoxide:latest --compress . --target=pipeline
8282
```
8383

8484
Debian distributions can use:
8585

8686
```sh
87-
docker build -f docker/Dockerfile.bookworm -t gitoxide:latest --compress . --target=pipeline
87+
docker build -f etc/docker/Dockerfile.bookworm -t gitoxide:latest --compress . --target=pipeline
8888
```
8989

9090
### Production Grade
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)