We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae4465 commit ee6031cCopy full SHA for ee6031c
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 ../../ted_sws /usr/src/api/id_manager/ted_sws
+COPY . /usr/src/api/id_manager
6
COPY digest_service /usr/src/api/id_manager
7
8
RUN pip install --upgrade pip
infra/digest_api/docker-compose.yml
@@ -2,8 +2,10 @@ version: '3.8'
services:
api-digest_service:
+ container_name: api-digest_service-container
build:
- context: .
+ context: ../..
+ dockerfile: ./infra/digest_api/Dockerfile
9
env_file: ../../.env
10
networks:
11
- proxy-net
0 commit comments