diff --git a/README.md b/README.md index 3e29cac..38e665e 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ The API Publisher has three options to use the product. The API Publisher requi #### Option 1 - From binaries - 1. Download the latest published API Publisher package here: [Ed-Fi API Publisher v1.0](https://dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_artifacts/feed/EdFi/NuGet/EdFi.ApiPublisher/overview/1.0.0). Visit the page and click download. - 2. This will download a NuGet package to your computer. Rename this file, `EdFi.ApiPublisher.1.0.0.nupkg`, to include .zip extension: `EdFi.ApiPublisher.1.0.0.zip`. + 1. Download the latest published API Publisher package here: [Ed-Fi API Publisher v1.0](https://dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_artifacts/feed/EdFi/NuGet/EdFi.ApiPublisher/overview/1.1.0). Visit the page and click download. + 2. This will download a NuGet package to your computer. Rename this file, `EdFi.ApiPublisher.1.1.0.nupkg`, to include .zip extension: `EdFi.ApiPublisher.1.1.0.zip`. 3. The binary mentioned below is in the `EdFi.ApiPublisher.Win64` folder, as `EdFiApiPublisher.exe`. #### Option 2 - From Docker images -The Docker image for the Ed-Fi API Publisher is available here: [Ed-Fi API Publisher v1.0 on Docker Hub](https://hub.docker.com/layers/edfialliance/ods-api-publisher/v1.0.0/images/sha256-4930ca34fbc71dee2fbbec09c904f980d86db536e0486f713fd03341ea5854d5?context=explore). Use this to include in your Docker environment and alongside other components of the Ed-Fi stack. +The Docker image for the Ed-Fi API Publisher is available here: [Ed-Fi API Publisher v1.0 on Docker Hub](https://hub.docker.com/layers/edfialliance/ods-api-publisher/v1.1.0/images/sha256-4930ca34fbc71dee2fbbec09c904f980d86db536e0486f713fd03341ea5854d5?context=explore). Use this to include in your Docker environment and alongside other components of the Ed-Fi stack. #### Option 3 - Build the API Publisher from source code diff --git a/src/Dockerfile b/src/Dockerfile index 603ff51..8b8fe0a 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -32,4 +32,4 @@ RUN apk --no-cache add unzip=~6 dos2unix=~7 bash=~5 gettext=~0 postgresql13-clie chmod 700 /app/*.sh -- ** && \ rm -f /app/*.exe -ENTRYPOINT [ "/app/run.sh" ] \ No newline at end of file +ENTRYPOINT [ "/app/run.sh" ]