Skip to content

Commit 1f4fc1e

Browse files
wip
1 parent ee6031c commit 1f4fc1e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

infra/digest_api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM docker.io/python:3.8-slim-buster
22
EXPOSE 8000
33

44
WORKDIR /usr/src/api/id_manager
5-
COPY . /usr/src/api/id_manager
5+
COPY ted_sws /usr/src/api/id_manager/ted_sws
66
COPY digest_service /usr/src/api/id_manager
77

88
RUN pip install --upgrade pip

infra/digest_api/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
api-digest_service:
55
container_name: api-digest_service-container
66
build:
7-
context: ../..
87
dockerfile: ./infra/digest_api/Dockerfile
98
env_file: ../../.env
109
networks:

0 commit comments

Comments
 (0)