From e9a751ac605bc948c74a9d6705a0fb80e2cac712 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 5 Feb 2024 18:38:10 -0500 Subject: [PATCH] added www to all of the references to coastalcommits --- GalacticFactory/Dockerfile | 4 ++-- GalaxyCogs/Dockerfile | 4 ++-- PyZipline/Dockerfile | 4 ++-- SeaCogs/Dockerfile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/GalacticFactory/Dockerfile b/GalacticFactory/Dockerfile index f202b65..416c9fd 100644 --- a/GalacticFactory/Dockerfile +++ b/GalacticFactory/Dockerfile @@ -31,6 +31,6 @@ RUN poetry config virtualenvs.create false # Install dependencies -RUN curl -sSL https://coastalcommits.com/GalacticFactory/GalacticFactory/raw/branch/master/pyproject.toml -o pyproject.toml -RUN curl -sSL https://coastalcommits.com/GalacticFactory/GalacticFactory/raw/branch/master/poetry.lock -o poetry.lock +RUN curl -sSL https://www.coastalcommits.com/GalacticFactory/GalacticFactory/raw/branch/master/pyproject.toml -o pyproject.toml +RUN curl -sSL https://www.coastalcommits.com/GalacticFactory/GalacticFactory/raw/branch/master/poetry.lock -o poetry.lock RUN poetry install --no-root diff --git a/GalaxyCogs/Dockerfile b/GalaxyCogs/Dockerfile index 35371f1..e043293 100644 --- a/GalaxyCogs/Dockerfile +++ b/GalaxyCogs/Dockerfile @@ -12,6 +12,6 @@ RUN poetry config virtualenvs.create false # Install dependencies -RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs/raw/branch/main/pyproject.toml -o pyproject.toml -RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs/raw/branch/main/poetry.lock -o poetry.lock +RUN curl -sSL https://www.coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs/raw/branch/main/pyproject.toml -o pyproject.toml +RUN curl -sSL https://www.coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs/raw/branch/main/poetry.lock -o poetry.lock RUN poetry install --with dev --no-root diff --git a/PyZipline/Dockerfile b/PyZipline/Dockerfile index aa3dd38..ba7376c 100644 --- a/PyZipline/Dockerfile +++ b/PyZipline/Dockerfile @@ -46,6 +46,6 @@ RUN poetry config virtualenvs.create false # Install dependencies RUN python3.12 -m pip install -U click packaging colorama zipp distro importlib-metadata -RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/pyproject.toml -o pyproject.toml -RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/poetry.lock -o poetry.lock +RUN curl -sSL https://www.coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/pyproject.toml -o pyproject.toml +RUN curl -sSL https://www.coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/poetry.lock -o poetry.lock RUN poetry install --with dev --with docs --no-root diff --git a/SeaCogs/Dockerfile b/SeaCogs/Dockerfile index 41fb4b6..a42e6e5 100644 --- a/SeaCogs/Dockerfile +++ b/SeaCogs/Dockerfile @@ -42,6 +42,6 @@ RUN poetry config virtualenvs.create false # Install dependencies -RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs/raw/branch/main/pyproject.toml -o pyproject.toml -RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs/raw/branch/main/poetry.lock -o poetry.lock +RUN curl -sSL https://www.coastalcommits.com/SeaswimmerTheFsh/SeaCogs/raw/branch/main/pyproject.toml -o pyproject.toml +RUN curl -sSL https://www.coastalcommits.com/SeaswimmerTheFsh/SeaCogs/raw/branch/main/poetry.lock -o poetry.lock RUN poetry install --with dev --with docs --no-root