We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6031c commit 1f4fc1eCopy full SHA for 1f4fc1e
2 files changed
infra/digest_api/Dockerfile
@@ -2,7 +2,7 @@ FROM docker.io/python:3.8-slim-buster
2
EXPOSE 8000
3
4
WORKDIR /usr/src/api/id_manager
5
-COPY . /usr/src/api/id_manager
+COPY ted_sws /usr/src/api/id_manager/ted_sws
6
COPY digest_service /usr/src/api/id_manager
7
8
RUN pip install --upgrade pip
infra/digest_api/docker-compose.yml
@@ -4,7 +4,6 @@ services:
api-digest_service:
container_name: api-digest_service-container
build:
- context: ../..
dockerfile: ./infra/digest_api/Dockerfile
9
env_file: ../../.env
10
networks:
0 commit comments