Skip to content

Commit

Permalink
fix paths in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BarDweller committed Feb 20, 2024
1 parent 38273ec commit 9031bad
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 @@ -29,7 +29,7 @@ be stored in the local docker daemon as `test/testimage:latest`.

## Overview

The [`BuildpackConfig`](src/main/java/dev/snowdrop/buildpack/BuildConfig.java) offers other configuration methods to customise behavior.
The [`BuildpackConfig`](client/src/main/java/dev/snowdrop/buildpack/BuildConfig.java) offers other configuration methods to customise behavior.

- run/build/output Image can be specified
- docker can be configured with..
Expand Down Expand Up @@ -58,7 +58,7 @@ passed, allowing for sparse source directories, or multiple project dirs to be c
- File/Directory, with prefix. Eg, take this directory /home/fish/wibble, and make it appear in the application content as /prodcode
- String Content, with path. Eg, take this String content "FISH" and make it appear in the application content as /prodcode/fish.txt
- InputStream Content, with path. Similar to String, except with data pulled from an InputStream.
- [`ContainerEntry`](src/main/java/dev/snowdrop/buildpack/docker/ContainerEntry.java) interface, for custom integration.
- [`ContainerEntry`](client/src/main/java/dev/snowdrop/buildpack/docker/ContainerEntry.java) interface, for custom integration.

Build/RunImages will be pulled as required.

Expand Down

0 comments on commit 9031bad

Please sign in to comment.