Skip to content

Commit

Permalink
Update path for docker-compose api
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy-1000 committed Jan 18, 2024
1 parent 5ea4900 commit ede14f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: api
services:
api:
build:
context: api
context: .
ports:
- "8008:8000"
environment:
Expand Down
1 change: 0 additions & 1 deletion datastore/datastore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ RUN apt-get update \

# copy source files, include via dockerignore
COPY . /go-grpc-demo
COPY ${PROTOFILES} /

WORKDIR /go-grpc-demo

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: e-soh

include:
- path: ./api/docker-compose.yml
project_directory: ./api/
project_directory: ./api
- path: ./datastore/docker-compose.yml
project_directory: ./datastore

0 comments on commit ede14f1

Please sign in to comment.