mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-02-12 14:32:45 +00:00
Fix paths to pyproject.toml and README in dockerfile.gateway. Also update context in publish-images.yml
This commit is contained in:
2
.github/workflows/publish-images.yml
vendored
2
.github/workflows/publish-images.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
- name: build gateway image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./gateway
|
||||
context: .
|
||||
file: ./gateway/Dockerfile.gateway
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
|
||||
@@ -2,11 +2,11 @@ FROM python:3.12
|
||||
|
||||
WORKDIR /srv/gateway
|
||||
|
||||
COPY ../pyproject.toml ./pyproject.toml
|
||||
COPY pyproject.toml ./pyproject.toml
|
||||
|
||||
COPY . .
|
||||
|
||||
COPY ../README.md ./README.md
|
||||
COPY README.md ./README.md
|
||||
|
||||
RUN pip install --no-cache-dir .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user